git.delta.rocks / unique-network / refs/commits / 43322719dc2d

difftreelog

remove .only artefact

Igor Kozyrev2021-12-06parent: #bb7acd4.patch.diff
in: master

1 file changed

modifiedtests/src/setOffchainSchema.test.tsdiffbeforeafterboth
84 await setOffchainSchemaExpectFailure(alice, destroyedCollectionId, DATA);84 await setOffchainSchemaExpectFailure(alice, destroyedCollectionId, DATA);
85 });85 });
8686
87 it.only('fails on too long data', async () => {87 it('fails on too long data', async () => {
88 const tooLongData = new Array(8 * 1024 + 10).fill(0xff);88 const tooLongData = new Array(8 * 1024 + 10).fill(0xff);
8989
90 await setOffchainSchemaExpectFailure(alice, validCollectionId, tooLongData);90 await setOffchainSchemaExpectFailure(alice, validCollectionId, tooLongData);