Skip to content

Commit

Permalink
restore import aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Jan 31, 2019
1 parent 7246a3b commit 46e8562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dial_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"testing"
"time"

"github.com/libp2p/go-libp2p-peer"
"github.com/libp2p/go-libp2p-peerstore/queue"
peer "github.com/libp2p/go-libp2p-peer"
queue "github.com/libp2p/go-libp2p-peerstore/queue"
)

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

0 comments on commit 46e8562

Please sign in to comment.