Этот коммит содержится в:
Matthew Rothenberg 2017-05-04 17:45:24 -04:00
родитель ef0216a8bc
коммит fd1b376057

Просмотреть файл

@ -211,7 +211,7 @@ func (s *suiteContext) followingStepsShouldHave(status string, steps *gherkin.Do
}
if len(expected) > len(actual) {
return fmt.Errorf("number of expeted %s steps: %d is less than actual %s steps: %d", status, len(expected), status, len(actual))
return fmt.Errorf("number of expected %s steps: %d is less than actual %s steps: %d", status, len(expected), status, len(actual))
}
for _, a := range actual {