fix examples based on recent changes
Этот коммит содержится в:
родитель
623ff9946e
коммит
dbda8afb77
2 изменённых файлов: 2 добавлений и 2 удалений
|
@ -213,7 +213,7 @@ import (
|
|||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
status := godog.RunWithOptions(func(s *godog.Suite) {
|
||||
status := godog.RunWithOptions("godogs", func(s *godog.Suite) {
|
||||
FeatureContext(s)
|
||||
}, godog.Options{
|
||||
Format: "progress",
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
status := godog.RunWithOptions(func(s *godog.Suite) {
|
||||
status := godog.RunWithOptions("godogs", func(s *godog.Suite) {
|
||||
FeatureContext(s)
|
||||
}, godog.Options{
|
||||
Format: "progress",
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче