added test file to root directory
This commit is contained in:
parent
e6e468ef59
commit
dcd8cc8341
8
ethereum_test.go
Normal file
8
ethereum_test.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package eth
|
||||||
|
|
||||||
|
import (
|
||||||
|
checker "gopkg.in/check.v1"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Test(t *testing.T) { checker.TestingT(t) }
|
Loading…
Reference in New Issue
Block a user