From 40343ed090f338fca8171cdb30a1a625bb3e2ec8 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 30 Jan 2023 10:47:57 +0000 Subject: [PATCH] test: do not expect rmrk pallets on opal --- --- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -64,7 +64,7 @@ const refungible = 'refungible'; const foreignAssets = 'foreignassets'; - const rmrkPallets = ['rmrkcore', 'rmrkequip']; + const _rmrkPallets = ['rmrkcore', 'rmrkequip']; const appPromotion = 'apppromotion'; const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity']; const testUtils = 'testutils'; @@ -75,7 +75,6 @@ foreignAssets, appPromotion, testUtils, - ...rmrkPallets, ...collatorSelection, ); } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) { -- gitstuff