parent
63993642c4
commit
1d2746fdde
|
@ -93,8 +93,6 @@ mod tests {
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
println!("{:?}", success);
|
|
||||||
|
|
||||||
assert!(success.is_ok());
|
assert!(success.is_ok());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,8 +107,6 @@ 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