Rename p2p testing package to comply with Travis CI

pull/3204/head
Sebastian Johnsson 4 years ago
parent ca4a4046e6
commit 5493cc73a7
  1. 2
      p2p/tests/address_test.go
  2. 2
      p2p/tests/helper.go
  3. 2
      p2p/tests/host_test.go

@ -1,4 +1,4 @@
package p2p_tests
package p2ptests
import (
"strings"

@ -1,4 +1,4 @@
package p2p_tests
package p2ptests
import (
"github.com/harmony-one/bls/ffi/go/bls"

@ -1,4 +1,4 @@
package p2p_tests
package p2ptests
import (
"testing"

Loading…
Cancel
Save