forked from cerc-io/plugeth
9 lines
117 B
Go
9 lines
117 B
Go
|
package ethutil
|
||
|
|
||
|
import (
|
||
|
checker "gopkg.in/check.v1"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func Test(t *testing.T) { checker.TestingT(t) }
|