Skip to content

Commit dd98b50

Browse files
committed
fix: fix lint error
1 parent ba0b217 commit dd98b50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/retryable-writes/retryable_writes.spec.prose.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { once } from 'node:events';
44
import { expect } from 'chai';
55
import * as sinon from 'sinon';
66

7-
import { sleep } from '../../tools/utils';
8-
97
import {
108
Collection,
119
MongoClient,
@@ -14,6 +12,7 @@ import {
1412
MongoWriteConcernError,
1513
Server
1614
} from '../../mongodb';
15+
import { sleep } from '../../tools/utils';
1716

1817
describe('Retryable Writes Spec Prose', () => {
1918
describe('1. Test that retryable writes raise an exception when using the MMAPv1 storage engine.', () => {

0 commit comments

Comments
 (0)