correct name

This commit is contained in:
Hans Hasselberg 2019-01-25 11:00:56 +01:00
parent fa2d8f4568
commit cbe53e68f0
1 changed files with 1 additions and 1 deletions

View File

@ -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)