Skip to content

Commit

Permalink
chore: changing closure Fn requirements on integration test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Dec 1, 2024
1 parent 8b3775e commit 653c58c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ async fn test_end_to_end_integration(mut tx_generator: MultiAccountTransactionGe
&mut |rpc_tx| integration_test_setup.add_tx_http_client.assert_add_tx_success(rpc_tx);

const ACCOUNT_ID_0: AccountId = 0;
// let send_rpc_tx_fn = &mut |rpc_tx| http_test_client.assert_add_tx_success(rpc_tx);
let n_txs = 50;
let sender_address = tx_generator.account_with_id(ACCOUNT_ID_0).sender_address();
info!("Sending {n_txs} txs.");
Expand Down

0 comments on commit 653c58c

Please sign in to comment.