From 43322719dc2d8fa06471800aa9a9d2a9d46a8c50 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Mon, 06 Dec 2021 14:55:02 +0000 Subject: [PATCH] remove .only artefact --- --- a/tests/src/setOffchainSchema.test.ts +++ b/tests/src/setOffchainSchema.test.ts @@ -84,7 +84,7 @@ await setOffchainSchemaExpectFailure(alice, destroyedCollectionId, DATA); }); - it.only('fails on too long data', async () => { + it('fails on too long data', async () => { const tooLongData = new Array(8 * 1024 + 10).fill(0xff); await setOffchainSchemaExpectFailure(alice, validCollectionId, tooLongData); -- gitstuff