mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-15 01:04:11 +00:00
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…
x
Reference in New Issue
Block a user