Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Feb 4, 2025
1 parent c9e2cc5 commit 116a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move/abi/sources/abi.move
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ module abi::abi {

assert!(reader.read_u8() == val);
}

#[test]
#[expected_failure]
fun test_read_u8_overflow() {
Expand Down

0 comments on commit 116a57f

Please sign in to comment.