aboutsummaryrefslogtreecommitdiffstats
path: root/state/main_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-11-13 05:02:39 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-11-13 05:02:39 +0800
commitbd9bd4abed09a1ac7a686e9a61d925d1a69445a6 (patch)
tree1ad699eb971c899df1608df7a38ecc6ef4582fad /state/main_test.go
parent6eacc8eab9ad605c76a936361c0015d1ba905da1 (diff)
downloadgo-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.tar
go-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.tar.gz
go-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.tar.bz2
go-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.tar.lz
go-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.tar.xz
go-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.tar.zst
go-tangerine-bd9bd4abed09a1ac7a686e9a61d925d1a69445a6.zip
Reorg state tests
Diffstat (limited to 'state/main_test.go')
-rw-r--r--state/main_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/state/main_test.go b/state/main_test.go
new file mode 100644
index 000000000..973a7c373
--- /dev/null
+++ b/state/main_test.go
@@ -0,0 +1,8 @@
+package state
+
+import (
+ checker "gopkg.in/check.v1"
+ "testing"
+)
+
+func Test(t *testing.T) { checker.TestingT(t) }