Skip to content

Commit 006b9b1

Browse files
committed
chore: wrong filter
1 parent ff9f804 commit 006b9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.25.lookup.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const newEncryptedClient = ({ configuration }: { configuration: TestConfiguratio
4646
describe('$lookup support', defaultMetadata, function () {
4747
before(async function () {
4848
if (
49-
this.configuration.filters.MongoDBVersionFilter.filter({
49+
!this.configuration.filters.MongoDBVersionFilter.filter({
5050
metadata: defaultMetadata
5151
} as unknown as Test)
5252
) {

0 commit comments

Comments
 (0)