Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 21, 2024
1 parent 3b7f746 commit a35c64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unit/services/tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ describe('Token Service', () => {
mockNftCollections.forEach(collection => {
mockTokens.push(new TokenDetailed({
type: TokenType.MetaESDT,
subType: collection.subType,
identifier: collection.collection,
name: collection.name,
timestamp: collection.timestamp,
Expand Down

0 comments on commit a35c64a

Please sign in to comment.