diff --git a/clients/js/test/createV1.test.ts b/clients/js/test/createV1.test.ts index 71f942b0..e6396ea9 100644 --- a/clients/js/test/createV1.test.ts +++ b/clients/js/test/createV1.test.ts @@ -28,7 +28,11 @@ import { programmableConfig, TokenStandard, } from '../src'; -import { collectionV2Padding, createUmi, SPL_TOKEN_2022_PROGRAM_ID } from './_setup'; +import { + collectionV2Padding, + createUmi, + SPL_TOKEN_2022_PROGRAM_ID, +} from './_setup'; test('it can create a new NonFungible', async (t) => { // Given a new mint Signer.