mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix test
This commit is contained in:
@@ -3964,7 +3964,7 @@ Meteor.isServer &&
|
||||
test.matches(MongoInternals.NpmModules.mongodb.version, /^5\.(\d+)\.(\d+)/);
|
||||
test.equal(typeof MongoInternals.NpmModules.mongodb.module, 'object');
|
||||
test.equal(
|
||||
typeof MongoInternals.NpmModules.mongodb.module.ObjectID,
|
||||
typeof MongoInternals.NpmModules.mongodb.module.ObjectId,
|
||||
'function'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user