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 Nov 13, 2024
1 parent 7aa546a commit 9c89637
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,13 @@ async fn test_end_to_end_integration(tx_generator: MultiAccountTransactionGenera

info!("Running integration test simulator.");

<<<<<<< HEAD
let send_rpc_tx_fn =
&mut |rpc_tx| integration_test_setup.add_tx_http_client.assert_add_tx_success(rpc_tx);

=======
let send_rpc_tx_fn = &mut |rpc_tx| http_test_client.assert_add_tx_success(rpc_tx);
>>>>>>> d24924dfe (chore: changing closure Fn requirements on integration test utils)
let n_txs = 50;
info!("Sending {n_txs} txs.");
run_transaction_generator_test_scenario(tx_generator, n_txs, send_rpc_tx_fn).await;
Expand Down

0 comments on commit 9c89637

Please sign in to comment.