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 f74a2ed commit 0775cfeCopy full SHA for 0775cfe
test/integration/retryable-writes/retryable_writes.spec.prose.test.ts
@@ -4,8 +4,6 @@ import { once } from 'node:events';
4
import { expect } from 'chai';
5
import * as sinon from 'sinon';
6
7
-import { sleep } from '../../tools/utils';
8
-
9
import {
10
Collection,
11
MongoClient,
@@ -14,6 +12,7 @@ import {
14
12
MongoWriteConcernError
15
13
} from '../../../src';
16
import { Server } from '../../mongodb';
+import { sleep } from '../../tools/utils';
17
18
describe('Retryable Writes Spec Prose', () => {
19
describe('1. Test that retryable writes raise an exception when using the MMAPv1 storage engine.', () => {
0 commit comments