open-nomad/nomad/state/testing_oss.go

10 lines
147 B
Go
Raw Normal View History

2017-10-13 21:36:02 +00:00
// +build !pro,!ent
package state
import (
"github.com/mitchellh/go-testing-interface"
)
func TestInitState(t testing.T, state *StateStore) {}