Skip to content

Commit 2ab334b

Browse files
committed
test: make perm delegate the global account
1 parent 18aabda commit 2ab334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export async function createMintInstruction(
150150
}),
151151
createInitializeScaledUiAmountConfigInstruction(mint, extensionAuth, 1.0, TOKEN_2022_PROGRAM_ID),
152152
createInitializeDefaultAccountStateInstruction(mint, AccountState.Initialized, TOKEN_2022_PROGRAM_ID),
153-
createInitializePermanentDelegateInstruction(mint, payer.publicKey, TOKEN_2022_PROGRAM_ID),
153+
createInitializePermanentDelegateInstruction(mint, extensionAuth, TOKEN_2022_PROGRAM_ID),
154154
createInitializeMintInstruction(mint, 6, payer.publicKey, payer.publicKey, TOKEN_2022_PROGRAM_ID),
155155
];
156156

0 commit comments

Comments
 (0)