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,