From 0b56044ff58488c1a02f8742ec070cdc377f02ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 28 Oct 2024 18:03:13 +0100 Subject: [PATCH] fix test --- packages/mongo/mongo_livedata_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mongo/mongo_livedata_tests.js b/packages/mongo/mongo_livedata_tests.js index f1fa7b1e32..7ad2a3c5de 100644 --- a/packages/mongo/mongo_livedata_tests.js +++ b/packages/mongo/mongo_livedata_tests.js @@ -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' );