52a1d78e39
To allow the index to be refactored without accidental changes. To update the expected value run: 'go test ./agent/consul/state -update'
6 lines
98 B
Go
6 lines
98 B
Go
// +build !consulent
|
|
|
|
package state
|
|
|
|
var stateStoreSchemaExpected = "TestStateStoreSchema.golden"
|