Skip to content

Commit

Permalink
round conversion test final data check
Browse files Browse the repository at this point in the history
  • Loading branch information
35359595 committed Nov 3, 2023
1 parent 6cde75f commit 427e1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ fn round_conversion_native_move_works() {
let native =
MoveModule::move_to_native(&AccountAddress::from_hex_literal(MOVE).unwrap()).unwrap();
let move_again = MoveModule::native_to_move(native).unwrap();
assert_eq!(MOVE, move_again.to_hex_literal());
})
}

0 comments on commit 427e1d8

Please sign in to comment.