mirror of https://github.com/status-im/consul.git
correct name
This commit is contained in:
parent
aebb50d47d
commit
552e150536
|
@ -640,7 +640,7 @@ func TestStructs_HealthCheck_IsSame(t *testing.T) {
|
|||
checkStringField(&other.ServiceName)
|
||||
}
|
||||
|
||||
func TestStructs_HealthCheck_Unmarshalling(t *testing.T) {
|
||||
func TestStructs_HealthCheck_Marshalling(t *testing.T) {
|
||||
d := &HealthCheckDefinition{}
|
||||
buf, err := d.MarshalJSON()
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Reference in New Issue