Browse Source

Update test.ts

Valentin Madrid 2 years ago
parent
commit
198a6ee59d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tokens/token-2022/transfer-fees/native/tests/test.ts

+ 1 - 1
tokens/token-2022/transfer-fees/native/tests/test.ts

@@ -42,7 +42,7 @@ const CreateTokenArgsSchema = new Map([
   ],
 ]);
 
-describe("Create Tokens!", async () => {
+describe("Create Token", async () => {
   const connection = new Connection(
     `https://api.devnet.solana.com/`,
     "confirmed"