Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargavamacha committed Apr 9, 2024
1 parent ab16094 commit a2fd442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/spl/token-extensions/tests/token-extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ describe("token extensions", () => {
});

it("mint extension constraints test passes", async () => {
await program.methods.checkMintExtensionsConstraints()
await program.methods
.checkMintExtensionsConstraints()
.accountsStrict({
authority: payer.publicKey,
mint: mint.publicKey,
})
.signers([payer])
.rpc();
});

});

0 comments on commit a2fd442

Please sign in to comment.