Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Apr 20, 2024
1 parent c74132f commit 098836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcontract/src/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ mod tests {
assert_eq!(I256::from(42 as $unsigned).to_string(), "42");
assert_eq!(
I256::from(<$unsigned>::MIN).to_string(),
<$unsigned>::MAX.to_string(),
<$unsigned>::MIN.to_string(),
);

assert!(matches!(<$signed>::try_from(small_positive), Ok(42)));
Expand Down

0 comments on commit 098836d

Please sign in to comment.