Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
林志宇 committed Jun 2, 2019
1 parent 7bdace1 commit 3fc9d28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/dmsg/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package dmsg
import (
"context"
"fmt"
"golang.org/x/net/nettest"
"sync"
"testing"
"time"
Expand Down Expand Up @@ -52,7 +51,6 @@ func TestNewClient(t *testing.T) {
a := NewClient(aPK, aSK, dc)
a.SetLogger(logging.MustGetLogger("A"))
require.NoError(t, a.InitiateServerConnections(context.Background(), 1))
nettest.NewLocalListener()

b := NewClient(bPK, bSK, dc)
b.SetLogger(logging.MustGetLogger("B"))
Expand Down

0 comments on commit 3fc9d28

Please sign in to comment.