From 887273ddbd2df92f5a4165c6f71f85f37065f085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Mon, 2 Mar 2020 19:57:46 -0300 Subject: [PATCH] Fixed broken tests --- features/formatter/cucumber.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/formatter/cucumber.feature b/features/formatter/cucumber.feature index 351dc2a..ef13efd 100644 --- a/features/formatter/cucumber.feature +++ b/features/formatter/cucumber.feature @@ -323,7 +323,7 @@ Feature: cucumber json formatter { "keyword": "Given ", "name": "passing step", - "line": 7, + "line": 11, "match": { "location": "suite_context.go:0" }, @@ -345,7 +345,7 @@ Feature: cucumber json formatter { "keyword": "Given ", "name": "failing step", - "line": 7, + "line": 12, "match": { "location": "suite_context.go:0" },