Skip to content

Commit 5b8a635

Browse files
committed
fix_: make lint-fix
1 parent 320f137 commit 5b8a635

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

rerun/rerun_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package rerun
22

33
import (
4-
"github.com/stretchr/testify/require"
54
"os"
65
"testing"
6+
7+
"github.com/stretchr/testify/require"
78
)
89

910
// Simple test to cover Foo function

services/wallet/router/pathprocessor/mock_pathprocessor/processor.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

telemetry/client.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import (
1414
"github.com/status-im/status-go/protocol/transport"
1515
"github.com/status-im/status-go/wakuv2"
1616

17-
v1protocol "github.com/status-im/status-go/protocol/v1"
1817
v2protocol "github.com/waku-org/go-waku/waku/v2/protocol"
18+
19+
v1protocol "github.com/status-im/status-go/protocol/v1"
1920
)
2021

2122
type TelemetryType string

telemetry/client_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ import (
1010
"go.uber.org/zap"
1111
"google.golang.org/protobuf/proto"
1212

13+
v2protocol "github.com/waku-org/go-waku/waku/v2/protocol"
14+
"github.com/waku-org/go-waku/waku/v2/protocol/pb"
15+
1316
"github.com/status-im/status-go/eth-node/types"
1417
"github.com/status-im/status-go/protocol/transport"
1518
v1protocol "github.com/status-im/status-go/protocol/v1"
1619
"github.com/status-im/status-go/wakuv2"
17-
v2protocol "github.com/waku-org/go-waku/waku/v2/protocol"
18-
"github.com/waku-org/go-waku/waku/v2/protocol/pb"
1920
)
2021

2122
func createMockServer(t *testing.T) *httptest.Server {

wakuv2/waku_test.go

+6-5
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ import (
2323
"golang.org/x/exp/maps"
2424
"google.golang.org/protobuf/proto"
2525

26-
"github.com/status-im/status-go/appdatabase"
27-
"github.com/status-im/status-go/eth-node/types"
28-
"github.com/status-im/status-go/protocol/tt"
29-
"github.com/status-im/status-go/t/helpers"
30-
"github.com/status-im/status-go/wakuv2/common"
3126
"github.com/waku-org/go-waku/waku/v2/dnsdisc"
3227
"github.com/waku-org/go-waku/waku/v2/protocol/filter"
3328
"github.com/waku-org/go-waku/waku/v2/protocol/legacy_store"
3429
"github.com/waku-org/go-waku/waku/v2/protocol/pb"
3530
"github.com/waku-org/go-waku/waku/v2/protocol/relay"
31+
32+
"github.com/status-im/status-go/appdatabase"
33+
"github.com/status-im/status-go/eth-node/types"
34+
"github.com/status-im/status-go/protocol/tt"
35+
"github.com/status-im/status-go/t/helpers"
36+
"github.com/status-im/status-go/wakuv2/common"
3637
)
3738

3839
var testENRBootstrap = "enrtree://AI4W5N5IFEUIHF5LESUAOSMV6TKWF2MB6GU2YK7PU4TYUGUNOCEPW@store.staging.shards.nodes.status.im"

0 commit comments

Comments
 (0)