open-consul/agent/consul/state/schema_oss_test.go
Daniel Nephin 52a1d78e39 state: add a regression test for state store schema
To allow the index to be refactored without accidental changes.

To update the expected value run: 'go test ./agent/consul/state -update'
2021-01-15 18:49:55 -05:00

6 lines
98 B
Go

// +build !consulent
package state
var stateStoreSchemaExpected = "TestStateStoreSchema.golden"