Skip to content

Commit

Permalink
Update state.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com>
  • Loading branch information
maximevtush authored Feb 9, 2025
1 parent 1d6058a commit 820e6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iroha_core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ mod tests {
let assets = accounts
.into_iter()
.zip(asset_definitions)
.map(|(account, asset_definiton)| AssetId::new(asset_definiton, account))
.map(|(account, asset_definition)| AssetId::new(asset_definition, account))
.map(|asset| (asset, ()));

let map: Storage<_, _> = assets.collect();
Expand Down

0 comments on commit 820e6c3

Please # to comment.