Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Sep 12, 2024
1 parent e7a15f8 commit 6ee3106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/signer/src/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mod test {
}

#[tokio::test]
async fn sign_transaction_with_kms_signer() {
async fn test_sign_transaction_with_kms_signer() {
// Start the container running Localstack
let _container = start_localstack_container().await;

Expand Down Expand Up @@ -201,7 +201,7 @@ mod test {
}

#[tokio::test]
async fn sign_legacy_transaction_with_web3_signer() {
async fn test_sign_legacy_transaction_with_web3_signer() {
let anvil = Anvil::default().spawn();

let endpoint = anvil.endpoint();
Expand Down

0 comments on commit 6ee3106

Please sign in to comment.