From 48d760a2d673161f6bf4335fdbce94c15d2f29af Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 10 Jan 2022 13:24:51 +0100 Subject: [PATCH] fix(shell-api): bump $setField API version holdoff again --- packages/shell-api/src/integration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shell-api/src/integration.spec.ts b/packages/shell-api/src/integration.spec.ts index d167f16295..53856c5476 100644 --- a/packages/shell-api/src/integration.spec.ts +++ b/packages/shell-api/src/integration.spec.ts @@ -989,7 +989,7 @@ describe('Shell API (integration)', function() { skipIfServerVersion(testServer, '<= 4.4'); if (process.env.MONGOSH_TEST_FORCE_API_STRICT) { // https://jira.mongodb.org/browse/SERVER-58076 - skipIfServerVersion(testServer, '<= 5.2'); + skipIfServerVersion(testServer, '<= 5.3'); } it('can insert, modify and retrieve fields with $-prefixed .-containing names', async() => { await collection.insertOne({ '$x.y': 1, _id: '_id' });