open-nomad/nomad/state/testing_oss.go

10 lines
150 B
Go

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