mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
internal/config/builder_test.go: fix syntax error
This commit is contained in:
parent
1b1e6a1e33
commit
dccd7c0520
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue