From 749e30f73af2a600f989317cf25a46a8a4842e70 Mon Sep 17 00:00:00 2001 From: bayge Date: Sun, 21 Jul 2024 20:07:47 +0930 Subject: [PATCH] Paste arguments correctly --- pkg/seawater/tests/reference_impls.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/seawater/tests/reference_impls.rs b/pkg/seawater/tests/reference_impls.rs index a935917f..20faec22 100644 --- a/pkg/seawater/tests/reference_impls.rs +++ b/pkg/seawater/tests/reference_impls.rs @@ -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() @@ -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()