Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Dec 17, 2021
1 parent b0fb9d8 commit 92f52e5
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,6 +1,7 @@
#![cfg(feature = "test-bpf")]

use {
std::rc::Rc;
anchor_client::{
anchor_lang::Discriminator,
solana_sdk::{
Expand Down Expand Up @@ -42,7 +43,7 @@ async fn update_foo() {

let client = Client::new_with_options(
Cluster::Debug,
Keypair::new(),
Rc::new(Keypair::new()),
CommitmentConfig::processed(),
);
let program = client.program(zero_copy::id());
Expand Down

0 comments on commit 92f52e5

Please sign in to comment.