difftreelog
remove .only artefact
in: master
1 file changed
tests/src/setOffchainSchema.test.tsdiffbeforeafterboth84 await setOffchainSchemaExpectFailure(alice, destroyedCollectionId, DATA);84 await setOffchainSchemaExpectFailure(alice, destroyedCollectionId, DATA);85 });85 });868687 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);898990 await setOffchainSchemaExpectFailure(alice, validCollectionId, tooLongData);90 await setOffchainSchemaExpectFailure(alice, validCollectionId, tooLongData);