Skip to content

Commit

Permalink
fix zero-copy test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 20, 2022
1 parent 4103d61 commit 478539d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async fn update_foo() {

let mut pt = ProgramTest::new("zero_copy", zero_copy::id(), None);
pt.add_account(foo_pubkey, foo_account);
pt.set_bpf_compute_max_units(3077);
pt.set_compute_max_units(3139);
let (mut banks_client, payer, recent_blockhash) = pt.start().await;

let client = Client::new_with_options(
Expand Down

0 comments on commit 478539d

Please sign in to comment.