Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 17, 2024
1 parent ed3dbaf commit 72a906f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asset-registry/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities {
// id, account_id, balance
(LOCAL_ASSET_ID, 1, 100),
],
next_asset_id: Some(1),
};
config.assimilate_storage(&mut storage).unwrap();
storage.into()
Expand Down

0 comments on commit 72a906f

Please sign in to comment.