Skip to content

Commit 323426e

Browse files
authored
chore: expect $scoreFusion in latest alpha for 8.3+ COMPASS-9430 (#7431)
expect scoreFusion in latest alpha for 8.3+
1 parent e95ed2a commit 323426e

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)