open-nomad/nomad/state/testing_oss.go

10 lines
150 B
Go
Raw Normal View History

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) {}