difftreelog
fix expect rmrkCore errors instead of uniques
in: master
1 file changed
tests/src/rmrk/deleteCollection.test.tsdiffbeforeafterboth37 '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