diff --git a/agglayer/client_test.go b/agglayer/client_test.go index 68d5ddb41..82baea85e 100644 --- a/agglayer/client_test.go +++ b/agglayer/client_test.go @@ -19,7 +19,6 @@ func TestExploratoryClient(t *testing.T) { require.NoError(t, err) require.NotNil(t, config) fmt.Printf("Config: %s", config.String()) - } func TestGetEpochConfigurationResponseWithError(t *testing.T) {