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