Skip to content

Commit

Permalink
Add missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Sep 8, 2023
1 parent 93d2cbf commit af54f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/rust/tests/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ mod create {
authority: payer_pubkey,
update_authority: (payer_pubkey, true),
payer: payer_pubkey,
spl_token_program: spl_token::ID,
spl_token_program: Some(spl_token::ID),
system_program: system_program::ID,
sysvar_instructions: solana_program::sysvar::instructions::ID,
}
Expand Down

0 comments on commit af54f16

Please sign in to comment.