From c32f3cd5d7cc74445f0cded4cfe4d013930ef4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Thu, 5 Mar 2020 14:33:18 -0300 Subject: [PATCH] Reverted an update of a cucumber test file --- features/formatter/cucumber.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/formatter/cucumber.feature b/features/formatter/cucumber.feature index ef13efd..e4b2cc4 100644 --- a/features/formatter/cucumber.feature +++ b/features/formatter/cucumber.feature @@ -257,7 +257,7 @@ Feature: cucumber json formatter "name": "passing step", "line": 7, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:64" }, "result": { "status": "passed", @@ -269,7 +269,7 @@ Feature: cucumber json formatter "name": "a failing step", "line": 8, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:47" }, "result": { "status": "failed", @@ -325,7 +325,7 @@ Feature: cucumber json formatter "name": "passing step", "line": 11, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:64" }, "result": { "status": "passed", @@ -347,7 +347,7 @@ Feature: cucumber json formatter "name": "failing step", "line": 12, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:47" }, "result": { "status": "failed", @@ -448,7 +448,7 @@ Feature: cucumber json formatter "line": 8 }, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:64" }, "result": { "status": "passed", @@ -501,7 +501,7 @@ Feature: cucumber json formatter "name": "passing step", "line": 7, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:64" }, "result": { "status": "passed", @@ -535,7 +535,7 @@ Feature: cucumber json formatter "name": "passing step", "line": 10, "match": { - "location": "suite_context.go:0" + "location": "suite_context.go:64" }, "result": { "status": "skipped"