Skip to content

Commit

Permalink
fix test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersimon committed Nov 13, 2023
1 parent da36739 commit 7dc42c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-metadata/js/test/state.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Token Metadata State', () => {
expect(unpack(bytes)).to.deep.equal(meta);
});

it('Can unpack with additionalMetadata', () => {
it('Can pack and unpack as rust implementation with additionalMetadata', () => {
const meta: TokenMetadata = {
mint: PublicKey.default,
name: 'new_name',
Expand Down

0 comments on commit 7dc42c4

Please sign in to comment.