mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-26 20:18:13 +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"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
shipclient "github.com/eosswedenorg-go/antelope-ship-client"
|
||||||
"github.com/eosswedenorg/thalos/internal/log"
|
"github.com/eosswedenorg/thalos/internal/log"
|
||||||
"github.com/eosswedenorg/thalos/internal/types"
|
"github.com/eosswedenorg/thalos/internal/types"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
@ -95,7 +96,6 @@ func TestBuilder_WithDefaultConfig(t *testing.T) {
|
||||||
MaxTime: time.Hour * 24,
|
MaxTime: time.Hour * 24,
|
||||||
FileTimestampFormat: "2006-01-02_150405",
|
FileTimestampFormat: "2006-01-02_150405",
|
||||||
},
|
},
|
||||||
},
|
|
||||||
Ship: ShipConfig{
|
Ship: ShipConfig{
|
||||||
Url: "ws://127.0.0.1:8080",
|
Url: "ws://127.0.0.1:8080",
|
||||||
StartBlockNum: shipclient.NULL_BLOCK_NUMBER,
|
StartBlockNum: shipclient.NULL_BLOCK_NUMBER,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue