We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed0251 commit 9661c7aCopy full SHA for 9661c7a
1 file changed
test/integration/transactions/transactions.prose.test.ts
@@ -15,7 +15,7 @@ describe('Transactions Spec Prose', function () {
15
16
beforeEach(async function () {
17
if (
18
- semver.satisfies(this.configuration.version, '>4.2') &&
+ semver.satisfies(this.configuration.version, '<=4.2') &&
19
this.configuration.topologyType === 'Sharded'
20
) {
21
if (this.currentTest) {
0 commit comments