Skip to content

Commit e6d59bf

Browse files
committed
fix linting issues
1 parent ae26fbc commit e6d59bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/document_validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'chai';
22

33
import { MongoBulkWriteError, type MongoClient, MongoServerError } from '../../../src';
4-
import { assert as test, ignoreNsNotFound, setupDatabase } from '../shared';
4+
import { ignoreNsNotFound, setupDatabase } from '../shared';
55

66
describe('Document Validation', function () {
77
let client: MongoClient;

0 commit comments

Comments
 (0)