Skip to content

Commit

Permalink
sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kifen committed Jan 24, 2020
1 parent be90685 commit 8845d9c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkg/router/routerclient/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ import (
"net/rpc"
"testing"

"github.com/SkycoinProject/skywire-mainnet/internal/testhelpers"

"github.com/SkycoinProject/dmsg/cipher"

"github.com/SkycoinProject/skywire-mainnet/pkg/routing"

"github.com/SkycoinProject/skywire-mainnet/pkg/router"

"github.com/stretchr/testify/require"
"golang.org/x/net/nettest"

"github.com/SkycoinProject/skywire-mainnet/internal/testhelpers"
"github.com/SkycoinProject/skywire-mainnet/pkg/router"
"github.com/SkycoinProject/skywire-mainnet/pkg/routing"
)

func TestClient_Close(t *testing.T) {
Expand Down

0 comments on commit 8845d9c

Please sign in to comment.