mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
Fix remaining bugs in monero-wallet tests
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user