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