Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ovstinga committed Aug 21, 2023
1 parent 022b609 commit 02cd52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/scenario/src/scenario/run_vm/check_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub fn check_account_esdt(address: &AddressKey, expected: &CheckEsdtMap, actual:
let single_instance = actual_value
.instances
.get_by_nonce(0)
.unwrap_or_else(|| panic!("Expected fungible ESDT with none 0"));
.unwrap_or_else(|| panic!("Expected fungible ESDT with nonce 0"));
assert_eq!(
single_instance.balance,
expected_balance.value,
Expand Down

0 comments on commit 02cd52f

Please sign in to comment.