2020-05-28 19:40:17 +00:00
|
|
|
// +build !ent
|
2017-10-13 21:36:02 +00:00
|
|
|
|
|
|
|
package state
|
|
|
|
|
|
|
|
import (
|
2019-01-15 19:46:12 +00:00
|
|
|
testing "github.com/mitchellh/go-testing-interface"
|
2017-10-13 21:36:02 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
func TestInitState(t testing.T, state *StateStore) {}
|