Skip to content

Commit d611747

Browse files
authored
fix(shell-api): bump $setField API version holdoff again (#1183)
1 parent 54e8224 commit d611747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/src/integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ describe('Shell API (integration)', function() {
989989
skipIfServerVersion(testServer, '<= 4.4');
990990
if (process.env.MONGOSH_TEST_FORCE_API_STRICT) {
991991
// https://jira.mongodb.org/browse/SERVER-58076
992-
skipIfServerVersion(testServer, '<= 5.2');
992+
skipIfServerVersion(testServer, '<= 5.3');
993993
}
994994
it('can insert, modify and retrieve fields with $-prefixed .-containing names', async() => {
995995
await collection.insertOne({ '$x.y': 1, _id: '_id' });

0 commit comments

Comments
 (0)