Fix remaining bugs in monero-wallet tests

This commit is contained in:
Luke Parker
2024-07-06 03:24:38 -04:00
parent 788c4fc0a7
commit b2c962cd3e
5 changed files with 31 additions and 33 deletions

View File

@@ -286,8 +286,8 @@ macro_rules! test {
}
};
assert_eq!(&eventuality.extra(), &tx.prefix().extra);
assert!(eventuality.matches(&tx));
assert_eq!(&eventuality.extra(), &tx.prefix().extra, "eventuality extra was distinct");
assert!(eventuality.matches(&tx), "eventuality didn't match");
tx
};