mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 04:47:17 +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) }
|