OSDN Git Service

Merge pull request #91 from Bytom/ci-test
[bytom/bytom.git] / p2p / connection_test.go
index 2eeee84..9d455ba 100644 (file)
@@ -5,9 +5,9 @@ import (
        "testing"
        "time"
 
+       p2p "github.com/bytom/p2p"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
-       p2p "github.com/bytom/p2p"
        "github.com/tendermint/tmlibs/log"
 )