From 3c2e49b4ad01fc5f4c27262e064da4ce53651f00 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 27 Dec 2022 17:39:09 +0000 Subject: [PATCH] test: pallet presence for sapphire --- --- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -68,7 +68,7 @@ const appPromotion = 'apppromotion'; const testUtils = 'testutils'; - if (chain.eq('OPAL by UNIQUE')) { + if (chain.eq('OPAL by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) { requiredPallets.push( refungible, foreignAssets, -- gitstuff