From b6768fed3540dad59b79a117359b81c256aca51f Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 18 Sep 2020 12:00:16 +1000 Subject: [PATCH] Remove todo --- beacon_node/http_api/tests/tests.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/beacon_node/http_api/tests/tests.rs b/beacon_node/http_api/tests/tests.rs index 2f04c332f8f..f5963903165 100644 --- a/beacon_node/http_api/tests/tests.rs +++ b/beacon_node/http_api/tests/tests.rs @@ -1143,8 +1143,6 @@ impl ApiTester { } } - // TODO: check empty query param. - self }