From af54f1659d2beccececf940dc2cb0a9deab73014 Mon Sep 17 00:00:00 2001 From: febo Date: Fri, 8 Sep 2023 02:14:40 +0100 Subject: [PATCH] Add missing option --- clients/rust/tests/create.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/rust/tests/create.rs b/clients/rust/tests/create.rs index 97ee637a..5d359d54 100644 --- a/clients/rust/tests/create.rs +++ b/clients/rust/tests/create.rs @@ -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, }