--- 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';