Skip to content

Commit

Permalink
test: 💍 update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantasdeveloper committed Oct 21, 2024
1 parent 0e08131 commit 5b946f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/client/__tests__/Claims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,13 @@ describe('Claims Class', () => {
...commonClaimData,
expiry: date,
type: accreditedType,
scope: { type: 'Asset', value: '0x1234' },
scope: { type: 'Asset', assetId: '0x1234', value: 'TICKER' },
},
{
...commonClaimData,
expiry: null,
type: accreditedType,
scope: { type: 'Asset', value: '0x1234' },
scope: { type: 'Asset', assetId: '0x1234', value: 'TICKER' },
},
],
};
Expand Down

0 comments on commit 5b946f9

Please sign in to comment.