Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 10, 2023
1 parent 53ef61d commit 776758b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/crypto-frontmatter/src/content.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ it('should getFrontmatterContent of eip155:1/erc20:0x00000000008943c65cAf789FFFC
fileId: expect.stringMatching(/[0-f]{64}/),
type: 'Frontmatter',
path: 'eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8',
caip2: 'eip155:1',
namespace: 'erc20',
modifiedDate: expect.any(Number),
fields: {
caip2: 'eip155:1',
namespace: 'erc20',
title: 'Dharma USD Coin',
symbol: 'dUSDC',
decimals: 8,
Expand Down
2 changes: 2 additions & 0 deletions packages/crypto-frontmatter/src/index.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ it('should getFrontmatterIndex of eip155:1/erc20:0x00000000008943c65cAf789FFFCF9
path: 'eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8',
modifiedDate: expect.any(Number),
fields: {
caip2: 'eip155:1',
namespace: 'erc20',
title: 'Dharma USD Coin',
symbol: 'dUSDC',
decimals: 8,
Expand Down

0 comments on commit 776758b

Please sign in to comment.