aboutsummaryrefslogtreecommitdiffstats
path: root/state/main_test.go
blob: 973a7c3734910059f2f9324768145d591b678931 (plain) (blame)
1
2
3
4
5
6
7
8
package state

import (
    checker "gopkg.in/check.v1"
    "testing"
)

func Test(t *testing.T) { checker.TestingT(t) }