Skip to content

Commit db44146

Browse files
Fix eco-tests.
1 parent 930a450 commit db44146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eco-tests/src/mock.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ impl pallet_balances::Config for Test {
8888
impl pallet_shield::Config for Test {
8989
type AuthorityId = sp_core::sr25519::Public;
9090
type FindAuthors = ();
91+
type RuntimeCall = RuntimeCall;
92+
type ExtrinsicDecryptor = ();
9193
type WeightInfo = ();
9294
}
9395

0 commit comments

Comments
 (0)