mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-26 13:18:22 +00:00
10 lines
116 B
Go
10 lines
116 B
Go
package state
|
|
|
|
import (
|
|
"testing"
|
|
|
|
checker "gopkg.in/check.v1"
|
|
)
|
|
|
|
func Test(t *testing.T) { checker.TestingT(t) }
|