From dccd7c0520ff7e47a03232bfe8e29eb9c55911f4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 19 Jul 2024 13:48:59 +0200 Subject: [PATCH] internal/config/builder_test.go: fix syntax error --- internal/config/builder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/builder_test.go b/internal/config/builder_test.go index 1de8eb8..772f78b 100644 --- a/internal/config/builder_test.go +++ b/internal/config/builder_test.go @@ -5,6 +5,7 @@ import ( "testing" "time" + shipclient "github.com/eosswedenorg-go/antelope-ship-client" "github.com/eosswedenorg/thalos/internal/log" "github.com/eosswedenorg/thalos/internal/types" "github.com/stretchr/testify/require" @@ -95,7 +96,6 @@ func TestBuilder_WithDefaultConfig(t *testing.T) { MaxTime: time.Hour * 24, FileTimestampFormat: "2006-01-02_150405", }, - }, Ship: ShipConfig{ Url: "ws://127.0.0.1:8080", StartBlockNum: shipclient.NULL_BLOCK_NUMBER,