diff --git a/test/unit/balancer/Balancer.test.ts b/test/unit/balancer/Balancer.test.ts index f38760e6..92be1aa2 100644 --- a/test/unit/balancer/Balancer.test.ts +++ b/test/unit/balancer/Balancer.test.ts @@ -284,5 +284,4 @@ describe('Balancer flow', () => { const poolLogs = await Pool.getAllPoolLogs(bob, true, true, true) assert(poolLogs.length > 0) }) - })