Fixed tests

This commit is contained in:
obscuren
2014-12-10 10:57:19 +01:00
parent 3308491c92
commit 1fb84d3c5f
4 changed files with 4 additions and 175 deletions

View File

@ -9,7 +9,7 @@ import (
)
type StateSuite struct {
state *State
state *StateDB
}
var _ = checker.Suite(&StateSuite{})