open-nomad/nomad/state/testing_oss.go

10 lines
155 B
Go
Raw Normal View History

2017-10-13 21:36:02 +00:00
// +build !pro,!ent
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) {}