From 5b946f9044605edbaa355860bff846584cf9eadf Mon Sep 17 00:00:00 2001 From: Prashant Bajpai <34747455+prashantasdeveloper@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:28:49 +0530 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20update=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/client/__tests__/Claims.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }, }, ], };