mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Fixing test file
This commit is contained in:
parent
b2bc4516f1
commit
6b8486cde9
@ -61,14 +61,16 @@ describe('@shared/FormInput', () => {
|
|||||||
name: 'Asset',
|
name: 'Asset',
|
||||||
price: '10',
|
price: '10',
|
||||||
checked: false,
|
checked: false,
|
||||||
symbol: 'OCEAN'
|
symbol: 'OCEAN',
|
||||||
|
chainId: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
did: 'did:op:yyy',
|
did: 'did:op:yyy',
|
||||||
name: 'Asset',
|
name: 'Asset',
|
||||||
price: '10',
|
price: '10',
|
||||||
checked: true,
|
checked: true,
|
||||||
symbol: 'OCEAN'
|
symbol: 'OCEAN',
|
||||||
|
chainId: 137
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
render(<FormInput type="assetSelection" options={assets} />)
|
render(<FormInput type="assetSelection" options={assets} />)
|
||||||
|
Loading…
Reference in New Issue
Block a user