From 75bb415cbffdedc343694c6d46c95d6ff7c12422 Mon Sep 17 00:00:00 2001 From: Tony Boyle <81017245+tonyboylehub@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:41:02 +0100 Subject: [PATCH] lint + prettier pass --- clients/js/test/createV1.test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.