Skip to content

Commit 1b4550c

Browse files
committed
🚀 feat(mock.rs): import InitialSetupArgs struct
The InitialSetupArgs struct is imported to be used in the mock.rs file. This struct is necessary for the implementation of the afloat pallet's initial setup functionality.
1 parent abcf44e commit 1b4550c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pallets/afloat/src/mock.rs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ type Block = frame_system::mocking::MockBlock<Test>;
1414
use frame_system::EnsureRoot;
1515
use system::EnsureSigned;
1616

17-
use crate::types::CreateAsset;
17+
use crate::types::{CreateAsset, InitialSetupArgs};
18+
1819
use frame_system::RawOrigin;
1920
type AssetId = u32;
2021

0 commit comments

Comments
 (0)