open-nomad/nomad/state/testing_oss.go
Alex Dadgar c1cc51dbee sync
2017-10-13 14:36:02 -07:00

10 lines
147 B
Go

// +build !pro,!ent
package state
import (
"github.com/mitchellh/go-testing-interface"
)
func TestInitState(t testing.T, state *StateStore) {}