Skip to content

Commit 557a472

Browse files
authored
Update mongo.test.ts
1 parent bab0e9e commit 557a472

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/types/mongo.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import * as mongoose from 'mongoose';
22
import { expectType } from 'tsd';
33
import * as bson from 'bson';
44

5-
import GridFSBucket = mongoose.mongo.GridFSBucket;
6-
75
function gh12537() {
86
const schema = new mongoose.Schema({ test: String });
97
const model = mongoose.model('Test', schema);
@@ -16,4 +14,4 @@ function gh12537() {
1614
doc._id = new bson.ObjectId('somehex');
1715
}
1816

19-
gh12537();
17+
gh12537();

0 commit comments

Comments
 (0)