Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo authored Sep 17, 2024
1 parent e95ff6d commit 26990f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden-tx/tests/integration/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ fn wallet_creation() {
assert!(wallet.is_regular_account());
assert_eq!(wallet.code().commitment(), expected_code_commitment);
let pub_key_word: Word = pub_key.into();
assert_eq!(wallet.storage().get_item(3).unwrap().as_elements(), pub_key_word);
assert_eq!(wallet.storage().get_item(0).unwrap().as_elements(), pub_key_word);
}

0 comments on commit 26990f8

Please sign in to comment.