diff --git a/src/components/@shared/FormInput/index.test.tsx b/src/components/@shared/FormInput/index.test.tsx index 42df44ccd..26ede0e7a 100644 --- a/src/components/@shared/FormInput/index.test.tsx +++ b/src/components/@shared/FormInput/index.test.tsx @@ -61,14 +61,16 @@ describe('@shared/FormInput', () => { name: 'Asset', price: '10', checked: false, - symbol: 'OCEAN' + symbol: 'OCEAN', + chainId: 1 }, { did: 'did:op:yyy', name: 'Asset', price: '10', checked: true, - symbol: 'OCEAN' + symbol: 'OCEAN', + chainId: 137 } ] render()