Skip to content

Commit b9a6fde

Browse files
committed
expect scoreFusion in latest alpha for 8.3+
1 parent e95ed2a commit b9a6fde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/compass-e2e-tests/tests/collection-aggregations-tab.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ describe('Collection aggregations tab', function () {
193193
expectedAggregations.push('$rankFusion');
194194
}
195195

196+
if (serverSatisfies('>=8.3.0-alpha0')) {
197+
expectedAggregations.push('$scoreFusion');
198+
}
199+
196200
expectedAggregations.sort();
197201

198202
expect(options).to.deep.equal(expectedAggregations);

0 commit comments

Comments
 (0)