Skip to content

Commit

Permalink
fix wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Dec 19, 2024
1 parent 326c11a commit 9dba728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wasm/crate/tests/test_deserialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn height_properly_serializes_from_json() {
},
"timeoutTime": "1701471437169",
"sourceChannel": "channel-0",
"useTransparentAddress": false
}
"#;

Expand All @@ -32,5 +33,4 @@ fn height_properly_serializes_from_json() {
let domain_type: Ics20Withdrawal = withdrawal_proto.try_into().unwrap();
assert_eq!(domain_type.timeout_height.revision_number, 5u64);
assert_eq!(domain_type.timeout_height.revision_height, 3928271u64);
assert!(domain_type.use_compat_address);
}

0 comments on commit 9dba728

Please sign in to comment.