diff --git a/packages/mongo/mongo_livedata_tests.js b/packages/mongo/mongo_livedata_tests.js index bc1978bb9b..4e50d5d507 100644 --- a/packages/mongo/mongo_livedata_tests.js +++ b/packages/mongo/mongo_livedata_tests.js @@ -4276,7 +4276,7 @@ if (Meteor.isServer) { }); } -Tinytest.addAsync('mongo-livedata - maintained isomorphism using resolver-type config for both client and server', async function(test, expect) { +Tinytest.addAsync('mongo-livedata - maintained isomorphism using resolverType config for both client and server', async function(test, expect) { const Collection = new Mongo.Collection(`resolver_type${test.runId()}`, { resolverType: 'stub' }); await Collection.insertAsync({ _id: 'a' });