Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Nov 21, 2024
1 parent fb53909 commit 81a6f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clients/js/test/v2/captureV2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ test('it cannot swap tokens for an asset with BlockCapture', async (t) => {
token: tokenMint.publicKey,
}).sendAndConfirm(umi);

await t.throwsAsync(result, { name: "CaptureBlocked" })
await t.throwsAsync(result, { name: 'CaptureBlocked' });
});

test('it can burn tokens for an asset with BurnOnCapture', async (t) => {
Expand Down Expand Up @@ -833,4 +833,4 @@ test('it can burn tokens for an asset with BurnOnCapture', async (t) => {

// Make sure the URI has not changed.
t.is(assetAfter.uri, 'https://example.com/asset');
});
});
2 changes: 1 addition & 1 deletion clients/js/test/v2/releaseV2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,4 +801,4 @@ test('it can burn an asset for tokens with BurnOnRelease', async (t) => {
} else {
t.fail('Asset should exist as burned');
}
});
});

0 comments on commit 81a6f14

Please sign in to comment.