fix pre-existing typo
Этот коммит содержится в:
родитель
ef0216a8bc
коммит
fd1b376057
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -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 {
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче