From 34daf5cfe96cf97447b3ea1de27e4e654385ed0e Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 16 Sep 2020 15:47:57 -0700 Subject: [PATCH] fix lint --- test/unit/balancer/Balancer.test.ts | 1 - 1 file changed, 1 deletion(-) 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) }) - })