Skip to content

Commit

Permalink
chore: avoid abort code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 11, 2024
1 parent 122c9e8 commit ea6523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move/utils/sources/utils/utils.move
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun peel_bcs_data_succeeds() {
data,
|bcs| bcs::peel_vec_u8(bcs),
);
assert!(peeled_data == test_bytes, 0);
assert!(peeled_data == test_bytes);
}

#[test]
Expand Down

0 comments on commit ea6523b

Please sign in to comment.