git.delta.rocks / unique-network / refs/commits / 29bf2dfc9879

difftreelog

fix expect rmrkCore errors instead of uniques

Daniel Shiposha2022-07-04parent: #8dce69d.patch.diff
in: master

1 file changed

modifiedtests/src/rmrk/deleteCollection.test.tsdiffbeforeafterboth
37 'test-symbol',37 'test-symbol',
38 ).then(async (collectionId) => {38 ).then(async (collectionId) => {
39 const tx = deleteCollection(api, Bob, collectionId.toString());39 const tx = deleteCollection(api, Bob, collectionId.toString());
40 await expectTxFailure(/uniques.NoPermission/, tx);40 await expectTxFailure(/rmrkCore.NoPermission/, tx);
41 });41 });
42 });42 });
4343