From f174c47dc2640698d3205038111a695fb9e5f63b Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 19 Oct 2023 21:24:41 -0300 Subject: [PATCH] run make lint --- cmd/test-cli/beacon_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/test-cli/beacon_test.go b/cmd/test-cli/beacon_test.go index 5ef27d06..6c8407f2 100644 --- a/cmd/test-cli/beacon_test.go +++ b/cmd/test-cli/beacon_test.go @@ -7,7 +7,6 @@ import ( ) func TestBeacon(t *testing.T) { - t.Run("create beacon: BeaconNode", func(t *testing.T) { isMergemock := false beaconEndpoint := "http://localhost:5052"