fix: test fixes after merge
This commit is contained in:
@@ -480,7 +480,7 @@ mod tests {
|
|||||||
given_token: NATIVE_ADDRESS.clone(),
|
given_token: NATIVE_ADDRESS.clone(),
|
||||||
given_amount: BigUint::from_str("1_000000000000000000").unwrap(),
|
given_amount: BigUint::from_str("1_000000000000000000").unwrap(),
|
||||||
checked_token: dai,
|
checked_token: dai,
|
||||||
expected_amount: BigUint::from_str("3_000_000000000000000000").unwrap(),
|
expected_amount: Some(BigUint::from_str("3_000_000000000000000000").unwrap()),
|
||||||
check_amount: None,
|
check_amount: None,
|
||||||
sender: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
sender: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
||||||
receiver: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
receiver: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
||||||
@@ -527,7 +527,7 @@ mod tests {
|
|||||||
given_token: dai,
|
given_token: dai,
|
||||||
given_amount: BigUint::from_str("3_000_000000000000000000").unwrap(),
|
given_amount: BigUint::from_str("3_000_000000000000000000").unwrap(),
|
||||||
checked_token: NATIVE_ADDRESS.clone(),
|
checked_token: NATIVE_ADDRESS.clone(),
|
||||||
expected_amount: BigUint::from_str("1_000000000000000000").unwrap(),
|
expected_amount: Some(BigUint::from_str("1_000000000000000000").unwrap()),
|
||||||
check_amount: None,
|
check_amount: None,
|
||||||
sender: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
sender: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
||||||
receiver: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
receiver: Bytes::from_str("0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2").unwrap(),
|
||||||
|
|||||||
Reference in New Issue
Block a user