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