difftreelog
fix pallet-presence test
in: master
1 file changed
tests/src/pallet-presence.test.tsdiffbeforeafterboth68 const refungible = 'refungible';68 const refungible = 'refungible';69 const foreignAssets = 'foreignassets';69 const foreignAssets = 'foreignassets';70 const appPromotion = 'apppromotion';70 const appPromotion = 'apppromotion';71 const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity'];71 const collatorSelection = ['authorship', 'session', 'collatorselection'];72 const preimage = ['preimage'];72 const preimage = ['preimage'];73 const governance = [73 const governance = [74 'council',74 'council',80 'scheduler',80 'scheduler',81 'technicalcommittee',81 'technicalcommittee',82 'technicalcommitteemembership',82 'technicalcommitteemembership',83 'identity',83 ];84 ];84 const testUtils = 'testutils';85 const testUtils = 'testutils';8586