git.delta.rocks / unique-network / refs/commits / a873e84a076b

difftreelog

fix pallet-presence test

Daniel Shiposha2023-11-02parent: #64ac6cd.patch.diff
in: master

1 file changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
68 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