Этот коммит содержится в:
Fredrik Lönnblad 2020-03-02 19:57:46 -03:00
родитель edafd7752d
коммит 887273ddbd

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

@ -323,7 +323,7 @@ Feature: cucumber json formatter
{ {
"keyword": "Given ", "keyword": "Given ",
"name": "passing step", "name": "passing step",
"line": 7, "line": 11,
"match": { "match": {
"location": "suite_context.go:0" "location": "suite_context.go:0"
}, },
@ -345,7 +345,7 @@ Feature: cucumber json formatter
{ {
"keyword": "Given ", "keyword": "Given ",
"name": "failing step", "name": "failing step",
"line": 7, "line": 12,
"match": { "match": {
"location": "suite_context.go:0" "location": "suite_context.go:0"
}, },