From a873e84a076bb167784d1d4a06cc860241b8b594 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 02 Nov 2023 16:25:48 +0000 Subject: [PATCH] fix: pallet-presence test --- --- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -68,7 +68,7 @@ const refungible = 'refungible'; const foreignAssets = 'foreignassets'; const appPromotion = 'apppromotion'; - const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity']; + const collatorSelection = ['authorship', 'session', 'collatorselection']; const preimage = ['preimage']; const governance = [ 'council', @@ -80,6 +80,7 @@ 'scheduler', 'technicalcommittee', 'technicalcommitteemembership', + 'identity', ]; const testUtils = 'testutils'; -- gitstuff