Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 309e269

Browse files
committed
update program-2022 tests
1 parent 834fc02 commit 309e269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/program-2022-test/tests/initialize_mint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ async fn fail_invalid_extensions_combination() {
523523
&spl_token_2022::id(),
524524
&mint_account.pubkey(),
525525
Some(Pubkey::new_unique()),
526-
PodElGamalPubkey::default(),
526+
&PodElGamalPubkey::default(),
527527
)
528528
.unwrap();
529529

0 commit comments

Comments
 (0)