mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
adapt test previously created for resolveType
This commit is contained in:
@@ -4276,8 +4276,8 @@ if (Meteor.isServer) {
|
||||
});
|
||||
}
|
||||
|
||||
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' });
|
||||
Tinytest.addAsync('mongo-livedata - maintained isomorphism on collection operations for both client and server', async function(test, expect) {
|
||||
const Collection = new Mongo.Collection(`maintained_col_op_iso${test.runId()}`);
|
||||
|
||||
await Collection.insertAsync({ _id: 'a' });
|
||||
await Collection.insertAsync({ _id: 'b' });
|
||||
|
||||
Reference in New Issue
Block a user