Skip to content

Commit

Permalink
fix missing subType properties for specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Aug 6, 2024
1 parent c003019 commit e122a13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unit/services/collections.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ describe('CollectionService', () => {
const propertiesToCollectionsMock: NftCollection = {
collection: 'XDAY23TEAM-f7a346',
type: NftType.NonFungibleESDT,
subType: undefined,
name: 'xPortalAchievements',
ticker: 'XDAY23TEAM',
owner: 'erd1lpc6wjh2hav6q50p8y6a44r2lhtnseqksygakjfgep6c9uduchkqphzu6t',
Expand Down
1 change: 1 addition & 0 deletions src/test/unit/services/esdt.address.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ describe('EsdtAddressService', () => {
const propertiesToCollectionsMock: NftCollection = {
collection: 'XDAY23TEAM-f7a346',
type: NftType.NonFungibleESDT,
subType: undefined,
name: 'xPortalAchievements',
ticker: 'XDAY23TEAM',
owner: 'erd1lpc6wjh2hav6q50p8y6a44r2lhtnseqksygakjfgep6c9uduchkqphzu6t',
Expand Down
2 changes: 2 additions & 0 deletions src/test/unit/services/tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ describe('Token Service', () => {
identifier: 'WEGLD-bd4d79',
name: 'WrappedEGLD',
type: EsdtType.FungibleESDT,
subType: undefined,
owner: 'erd1ss6u80ruas2phpmr82r42xnkd6rxy40g9jl69frppl4qez9w2jpsqj8x97',
wiped: '',
decimals: 18,
Expand Down Expand Up @@ -742,6 +743,7 @@ describe('Token Service', () => {
identifier: 'WEGLD-bd4d79',
name: 'WrappedEGLD',
type: EsdtType.FungibleESDT,
subType: undefined,
owner: 'erd1ss6u80ruas2phpmr82r42xnkd6rxy40g9jl69frppl4qez9w2jpsqj8x97',
wiped: '',
decimals: 18,
Expand Down

0 comments on commit e122a13

Please sign in to comment.