Skip to content

Commit

Permalink
feat: testFail
Browse files Browse the repository at this point in the history
  • Loading branch information
GalloDaSballo committed Oct 14, 2024
1 parent f4ca88f commit 4bb1a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/EncodingDecoding.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract EncodingDecodingTest is Test {


/// We expect this test to fail as the encoding is ambigous past u120
function test_fail_encoding_not_equal_reproducer() public {
function testFail_encoding_not_equal_reproducer() public {
_receive_undo_compare(18371677541005923091065047412368542483005086202);
}

Expand Down

0 comments on commit 4bb1a58

Please sign in to comment.