Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 66f5743

Browse files
committed
Trigger CI
1 parent bf00767 commit 66f5743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/js/test/e2e-2022/tlv.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('tlv test', () => {
3131
});
3232

3333
// test that the parser gracefully handles accounts with arbitrary extra bytes
34-
it('parse account with extra bytes', async () => {
34+
it('parses account with extra bytes', async () => {
3535
const initTestAccount = async (extraBytes: number) => {
3636
const mintKeypair = Keypair.generate();
3737
const accountKeypair = Keypair.generate();

0 commit comments

Comments
 (0)