Skip to content

Commit

Permalink
chore: fix import grouping
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-namesys@87436bf
  • Loading branch information
Stebalien committed Aug 23, 2019
1 parent cb28b8f commit b76f3a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions namesys/ipns_resolver_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"testing"
"time"

"github.com/libp2p/go-libp2p-core/test"

ds "github.com/ipfs/go-datastore"
dssync "github.com/ipfs/go-datastore/sync"
mockrouting "github.com/ipfs/go-ipfs-routing/mock"
Expand All @@ -18,6 +16,7 @@ import (
peer "github.com/libp2p/go-libp2p-core/peer"
pstore "github.com/libp2p/go-libp2p-core/peerstore"
routing "github.com/libp2p/go-libp2p-core/routing"
"github.com/libp2p/go-libp2p-core/test"
pstoremem "github.com/libp2p/go-libp2p-peerstore/pstoremem"
record "github.com/libp2p/go-libp2p-record"
testutil "github.com/libp2p/go-libp2p-testing/net"
Expand Down

0 comments on commit b76f3a3

Please sign in to comment.