1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fixed lint

This commit is contained in:
Bogdan Fazakas 2023-01-19 15:29:09 +02:00
parent a24240bccd
commit b88661a464

View File

@ -225,7 +225,7 @@ describe('Multichain Provider test', async () => {
assert(updateTx, 'Failed to update asset metadata')
})
delay(100000) //let's wait for aquarius to index the updated ddo
delay(100000) // let's wait for aquarius to index the updated ddo
it('Should resolve updated metadata asset', async () => {
resolvedDdoAfterUpdate = await aquarius.waitForAqua(ddoWith5mTimeoutId)