This commit is contained in:
Nacho Codoñer
2024-02-13 15:14:44 +01:00
parent 93f920f842
commit 41bdfd4631

View File

@@ -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' });