Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests: update balance mock
  • Loading branch information
wischli committed Apr 12, 2023
commit 44a9f6af98e59b05600f42901d6578eb30a3bfa3
4 changes: 4 additions & 0 deletions frame/asset-rate/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ impl pallet_balances::Config for Test {
type MaxLocks = ();
type MaxReserves = ();
type ReserveIdentifier = [u8; 8];
type HoldIdentifier = ();
type FreezeIdentifier = ();
type MaxHolds = ();
type MaxFreezes = ();
}

impl pallet_asset_rate::Config for Test {
Expand Down