diff --git a/contracts/tests/bubblegum-test.ts b/contracts/tests/bubblegum-test.ts index a001e5ab496..b62f53cd2e0 100644 --- a/contracts/tests/bubblegum-test.ts +++ b/contracts/tests/bubblegum-test.ts @@ -38,9 +38,9 @@ import { TOKEN_PROGRAM_ID, Token, } from "@solana/spl-token"; -import { execute, logTx, bufferToArray } from "./utils"; +import { bufferToArray } from "./utils"; import { TokenProgramVersion, Version } from "../sdk/bubblegum/src/generated"; -import { CANDY_WRAPPER_PROGRAM_ID } from "../sdk/utils"; +import { CANDY_WRAPPER_PROGRAM_ID, execute, logTx } from "../sdk/utils"; import { getBubblegumAuthorityPDA, getCreateTreeIxs, getNonceCount, getVoucherPDA } from "../sdk/bubblegum/src/convenience"; // @ts-ignore