Skip to content

Commit

Permalink
Update utils.test.ts
Browse files Browse the repository at this point in the history
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss authored Jan 10, 2024
1 parent 87245cd commit 5ce8c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('api utils', () => {

const tokenIndentifier2 = policyId + '.' + taggedAssetNameHex
expect(toPolicyId(tokenIndentifier2)).toEqual(policyId)
expect(toDisplayAssetName(tokenIndentifier)).toEqual(assetName)
expect(toDisplayAssetName(tokenIndentifier2)).toEqual(assetName)

const tokenSubject = policyId + assetNameHex
expect(toPolicyId(tokenSubject)).toEqual(policyId)
Expand Down

0 comments on commit 5ce8c63

Please sign in to comment.