diff --git a/src/api/client/__tests__/Claims.ts b/src/api/client/__tests__/Claims.ts index 6d49b832cc..95fda518e9 100644 --- a/src/api/client/__tests__/Claims.ts +++ b/src/api/client/__tests__/Claims.ts @@ -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' }, }, ], };