Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Sep 20, 2024
1 parent b8148f7 commit 2589fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rust-client/src/transactions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ mod test {
use miden_objects::{
accounts::{
account_id::testing::{
ACCOUNT_ID_FUNGIBLE_FAUCET_OFF_CHAIN,
ACCOUNT_ID_FUNGIBLE_FAUCET_OFF_CHAIN, ACCOUNT_ID_FUNGIBLE_FAUCET_ON_CHAIN,
ACCOUNT_ID_REGULAR_ACCOUNT_IMMUTABLE_CODE_ON_CHAIN,
},
AccountData, StorageSlot,
Expand All @@ -672,7 +672,7 @@ mod test {
};

use super::{PaymentTransactionData, TransactionRequest};
use crate::mock::{create_test_client, ACCOUNT_ID_FUNGIBLE_FAUCET_ON_CHAIN};
use crate::mock::create_test_client;

#[tokio::test]
async fn test_transaction_creates_two_notes() {
Expand Down

0 comments on commit 2589fcb

Please sign in to comment.