File tree 5 files changed +15
-10
lines changed
services/wallet/router/pathprocessor/mock_pathprocessor
5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
package rerun
2
2
3
3
import (
4
- "github.com/stretchr/testify/require"
5
4
"os"
6
5
"testing"
6
+
7
+ "github.com/stretchr/testify/require"
7
8
)
8
9
9
10
// Simple test to cover Foo function
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ import (
14
14
"github.com/status-im/status-go/protocol/transport"
15
15
"github.com/status-im/status-go/wakuv2"
16
16
17
- v1protocol "github.com/status-im/status-go/protocol/v1"
18
17
v2protocol "github.com/waku-org/go-waku/waku/v2/protocol"
18
+
19
+ v1protocol "github.com/status-im/status-go/protocol/v1"
19
20
)
20
21
21
22
type TelemetryType string
Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ import (
10
10
"go.uber.org/zap"
11
11
"google.golang.org/protobuf/proto"
12
12
13
+ v2protocol "github.com/waku-org/go-waku/waku/v2/protocol"
14
+ "github.com/waku-org/go-waku/waku/v2/protocol/pb"
15
+
13
16
"github.com/status-im/status-go/eth-node/types"
14
17
"github.com/status-im/status-go/protocol/transport"
15
18
v1protocol "github.com/status-im/status-go/protocol/v1"
16
19
"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"
19
20
)
20
21
21
22
func createMockServer (t * testing.T ) * httptest.Server {
Original file line number Diff line number Diff line change @@ -23,16 +23,17 @@ import (
23
23
"golang.org/x/exp/maps"
24
24
"google.golang.org/protobuf/proto"
25
25
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"
31
26
"github.com/waku-org/go-waku/waku/v2/dnsdisc"
32
27
"github.com/waku-org/go-waku/waku/v2/protocol/filter"
33
28
"github.com/waku-org/go-waku/waku/v2/protocol/legacy_store"
34
29
"github.com/waku-org/go-waku/waku/v2/protocol/pb"
35
30
"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"
36
37
)
37
38
38
39
var testENRBootstrap = "enrtree://AI4W5N5IFEUIHF5LESUAOSMV6TKWF2MB6GU2YK7PU4TYUGUNOCEPW@store.staging.shards.nodes.status.im"
You can’t perform that action at this time.
0 commit comments