We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb1a2d commit 55023faCopy full SHA for 55023fa
test/integration/client-side-encryption/driver.test.ts
@@ -24,7 +24,6 @@ import {
24
TimeoutContext
25
} from '../../mongodb';
26
import {
27
- clearFailCommandFailPoint,
28
clearFailPoint,
29
configureFailPoint,
30
type FailCommandFailPoint,
@@ -942,7 +941,7 @@ describe('CSOT', function () {
942
941
});
943
944
afterEach(async function () {
945
- await clearFailCommandFailPoint(this.configuration);
+ await clearFailPoint(this.configuration);
946
await client.close();
947
948
0 commit comments