git.delta.rocks / unique-network / refs/commits / 2ddc730f1d5e

difftreelog

test(migration) add new field check + formatting

Farhad Hakimov2022-06-21parent: #de04bfb.patch.diff
in: master

1 file changed

modifiedtests/src/nesting/migration-check.test.tsdiffbeforeafterboth
131 nesting: null,139 nesting: null,
132 });140 });
141
142 expect(collectionNew.externalCollection).to.be.equal(false);
133143
134 // Get rid of extra fields to perform comparison on the rest of the collection144 // Get rid of extra fields to perform comparison on the rest of the collection
135 delete collectionNew.permissions;145 delete collectionNew.permissions;
146 delete collectionNew.externalCollection;
136 delete collectionOld.schemaVersion;147 delete collectionOld.schemaVersion;
137 delete collectionOld.constOnChainSchema;148 delete collectionOld.constOnChainSchema;
138 delete collectionOld.variableOnChainSchema;149 delete collectionOld.variableOnChainSchema;