1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
alexcos20 2020-09-16 15:47:57 -07:00
parent c6a9f7d69b
commit 34daf5cfe9

View File

@ -284,5 +284,4 @@ describe('Balancer flow', () => {
const poolLogs = await Pool.getAllPoolLogs(bob, true, true, true) const poolLogs = await Pool.getAllPoolLogs(bob, true, true, true)
assert(poolLogs.length > 0) assert(poolLogs.length > 0)
}) })
}) })