Skip to content

Commit 8d2d8ab

Browse files
committed
fix: fail command
1 parent 562b3ce commit 8d2d8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/client_bulk_write.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Client Bulk Write', function () {
3131

3232
afterEach(async function () {
3333
await client?.close();
34-
await clearFailPoint(this.configuration);
34+
await clearFailPoint(this.configuration).catch(() => null);
3535
});
3636

3737
describe('#bulkWrite', function () {

0 commit comments

Comments
 (0)