revertme: add debug print
This commit is contained in:
parent
ee5f539d01
commit
63993642c4
|
@ -93,6 +93,8 @@ mod tests {
|
|||
)
|
||||
.await;
|
||||
|
||||
println!("{:?}", success);
|
||||
|
||||
assert!(success.is_ok());
|
||||
}
|
||||
|
||||
|
@ -107,6 +109,8 @@ mod tests {
|
|||
.await
|
||||
.unwrap_err();
|
||||
|
||||
println!("{:?}", err);
|
||||
|
||||
assert!(matches!(err, EtherscanError::TransactionReceiptFailed));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue