Skip to content

Commit ab5632a

Browse files
committed
test: fix deno tests
1 parent 9e11102 commit ab5632a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/int32.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ describe('Int32', function() {
524524
});
525525
const Parent = db.model('Parent', parentSchema);
526526
const Child = db.model('Child', childSchema);
527+
await Child.deleteMany({});
527528

528529
const { _id } = await Parent.create({ child: 42 });
529530
await Child.create({ _id: 42, name: 'test-int32-populate' });

0 commit comments

Comments
 (0)