Skip to content

Commit c945f6c

Browse files
committed
fixed linting issues
1 parent d8d2ee0 commit c945f6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pricefeed/client/client_shutdown_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"time"
77

88
"github.com/stretchr/testify/require"
9-
109
daemonflags "github.com/tellor-io/layer-daemons/flags"
1110
"github.com/tellor-io/layer-daemons/mocks"
1211
"github.com/tellor-io/layer-daemons/pricefeed/client/types"
@@ -26,7 +25,7 @@ func TestStop_CompletesWhenStartFailsBeforeDaemonStartupDone(t *testing.T) {
2625
mockGrpcClient *mocks.GrpcClient
2726
exchangeIdToQueryConfig map[types.ExchangeId]*types.ExchangeQueryConfig
2827
exchangeIdToExchangeDetails map[types.ExchangeId]types.ExchangeQueryDetails
29-
wantErrContains string
28+
wantErrContains string
3029
}{
3130
"tcp_connection_fails": {
3231
mockGrpcClient: grpc_util.GenerateMockGrpcClientWithOptionalTcpConnectionErrors(

0 commit comments

Comments
 (0)