github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/nomad/state/testing_oss.go (about)

     1  // +build !pro,!ent
     2  
     3  package state
     4  
     5  import (
     6  	"github.com/mitchellh/go-testing-interface"
     7  )
     8  
     9  func TestInitState(t testing.T, state *StateStore) {}