Skip to content

Commit

Permalink
refactor wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Jul 19, 2022
1 parent 19fc396 commit c63468b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/key_manager/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ mod test {
let next_key = response.key_manager.next_key().unwrap();
assert_eq!(
next_key.k.to_hex(),
"5c06999ed20e18bbb76245826141f8ae8700a648d87ec4da5a2a7507ce4b5f0e".to_string()
"07d6c715bca8d83c0eb6d29d01a4b3e123aefabfb2c7ac875b22c22e22df660a".to_string()
)
}

Expand Down

0 comments on commit c63468b

Please sign in to comment.