Skip to content

Commit

Permalink
Update tokens.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Oct 23, 2024
1 parent 28c68b1 commit 443b8d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/unit/services/tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,12 @@ describe('Token Service', () => {
canTransferNFTCreateRole: false,
NFTCreateStopped: false,
timestamp: 1643824710,
ownersHistory: [
{
address: 'erd1qqqqqqqqqqqqqpgq0lzzvt2faev4upyf586tg38s84d7zsaj2jpsglugga',
timestamp: 1643824710,
},
],
};

it('should returns undefined if getTokenProperties returns undefined', async () => {
Expand Down Expand Up @@ -903,6 +909,12 @@ describe('Token Service', () => {
canTransferNFTCreateRole: false,
NFTCreateStopped: false,
timestamp: 1643824710,
ownersHistory: [
{
address: 'erd1qqqqqqqqqqqqqpgq0lzzvt2faev4upyf586tg38s84d7zsaj2jpsglugga',
timestamp: 1643824710,
},
],
};

const assets = {
Expand Down

0 comments on commit 443b8d3

Please sign in to comment.