Skip to content

Commit

Permalink
Paste arguments correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jul 21, 2024
1 parent 6174713 commit 749e30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/seawater/tests/reference_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn test_mul_div_uniswap() {
assert_eq!(
reference::full_math::mul_div(
U256::from_str("79224201403219477170569942574").unwrap(),
U256::from_str("79228162514264337593543950336").unwrap(),
U256::from_str("82974292838386133450542").unwrap(),
U256::from_str("79228162514264337593543950336").unwrap()
)
.unwrap()
Expand All @@ -38,7 +38,7 @@ fn test_mul_div_uniswap() {
assert_eq!(
full_math::mul_div(
U256::from_str("79224201403219477170569942574").unwrap(),
U256::from_str("79228162514264337593543950336").unwrap(),
U256::from_str("82974292838386133450542").unwrap(),
U256::from_str("79228162514264337593543950336").unwrap()
)
.unwrap()
Expand Down

0 comments on commit 749e30f

Please sign in to comment.