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