Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rate_limiter field to ProgramTestRpcConnection
Browse files Browse the repository at this point in the history
sergeytimoshin committed Jan 27, 2025
1 parent e7e2e4b commit 75f37a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program-tests/system-test/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1669,7 +1669,7 @@ async fn regenerate_accounts() {
};

let context = setup_test_programs(None).await;
let mut context = ProgramTestRpcConnection { context };
let mut context = ProgramTestRpcConnection { context, rate_limiter: None };
let keypairs = EnvAccountKeypairs::for_regenerate_accounts();

airdrop_lamports(

0 comments on commit 75f37a4

Please sign in to comment.