From dbe806ce26255db44e58bd1e264c6319afc9ecae Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 15 Aug 2022 16:22:34 +0000 Subject: [PATCH] test: add configuration to pallet-presence --- --- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -50,6 +50,7 @@ 'unique', 'nonfungible', 'charging', + 'configuration', ]; // Pallets that depend on consensus and governance configuration -- gitstuff