From 41bdfd4631868dc4d4eff1a8bbdcf0590771529b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 13 Feb 2024 15:14:44 +0100 Subject: [PATCH] typo --- 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 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' });