correct name
This commit is contained in:
parent
fa2d8f4568
commit
cbe53e68f0
|
@ -640,7 +640,7 @@ func TestStructs_HealthCheck_IsSame(t *testing.T) {
|
||||||
checkStringField(&other.ServiceName)
|
checkStringField(&other.ServiceName)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestStructs_HealthCheck_Unmarshalling(t *testing.T) {
|
func TestStructs_HealthCheck_Marshalling(t *testing.T) {
|
||||||
d := &HealthCheckDefinition{}
|
d := &HealthCheckDefinition{}
|
||||||
buf, err := d.MarshalJSON()
|
buf, err := d.MarshalJSON()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
Loading…
Reference in New Issue