diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-13 05:02:39 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-11-13 05:02:39 +0800 |
commit | bd9bd4abed09a1ac7a686e9a61d925d1a69445a6 (patch) | |
tree | 1ad699eb971c899df1608df7a38ecc6ef4582fad /state/main_test.go | |
parent | 6eacc8eab9ad605c76a936361c0015d1ba905da1 (diff) | |
download | go-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.go | 8 |
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) } |