5a652190d9
* Upgrade go-ethereum to v1.8 * Add Node Info for parity nodes * Upgrade start_private_blockchain to use v1.8
14 lines
185 B
Go
14 lines
185 B
Go
package node_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestNode(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Node Suite")
|
|
}
|