mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 14:46:16 +00:00
9 lines
115 B
Go
9 lines
115 B
Go
package state
|
|
|
|
import (
|
|
checker "gopkg.in/check.v1"
|
|
"testing"
|
|
)
|
|
|
|
func Test(t *testing.T) { checker.TestingT(t) }
|