You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: checks/migrator/citeria/balances-equal/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ impl Criterionish for BalancesEqual {
80
80
info!("Comparing balances");
81
81
if u64::from(movement_account_balance.coin.value) != movement_aptos_account_balance {
82
82
returnErr(CriterionError::Unsatisfied(
83
-
format!("movement and aptos account balances have different values: {:?} != {:?}", movement_account_balance, movement_aptos_account_balance).into(),
83
+
format!("movement and movement aptos account balances have different values: {:?} != {:?}", movement_account_balance, movement_aptos_account_balance).into(),
0 commit comments