Skip to content

Commit 078af00

Browse files
committed
update pallets tests
1 parent c2c34bb commit 078af00

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

substrate-node/pallets/pallet-burning/src/mock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ impl pallet_balances::Config for TestRuntime {
7878
type FreezeIdentifier = ();
7979
type MaxFreezes = ();
8080
type RuntimeHoldReason = ();
81+
type RuntimeFreezeReason = ();
8182
type MaxHolds = ();
8283
}
8384

substrate-node/pallets/pallet-smart-contract/src/mock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ impl pallet_balances::Config for TestRuntime {
168168
type FreezeIdentifier = ();
169169
type MaxFreezes = ();
170170
type RuntimeHoldReason = ();
171+
type RuntimeFreezeReason = ();
171172
type MaxHolds = ();
172173
}
173174

substrate-node/pallets/pallet-tfgrid/src/mock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ impl pallet_balances::Config for TestRuntime {
152152
type FreezeIdentifier = ();
153153
type MaxFreezes = ();
154154
type RuntimeHoldReason = ();
155+
type RuntimeFreezeReason = ();
155156
type MaxHolds = ();
156157
}
157158

substrate-node/pallets/pallet-tft-bridge/src/mock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ impl pallet_balances::Config for TestRuntime {
8282
type FreezeIdentifier = ();
8383
type MaxFreezes = ();
8484
type RuntimeHoldReason = ();
85+
type RuntimeFreezeReason = ();
8586
type MaxHolds = ();
8687
}
8788

0 commit comments

Comments
 (0)