Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 2795352

Browse files
committed
Merge branch 'pierre-h-patch-1'
2 parents 4705d6a + 30b848e commit 2795352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Context/JsonContext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function theJsonNodesShouldNotContain(TableNode $nodes)
265265
/**
266266
* Checks, that given JSON node exist
267267
*
268-
* @Given the JSON node :name should exist
268+
* @Then the JSON node :name should exist
269269
*/
270270
public function theJsonNodeShouldExist($name)
271271
{
@@ -282,7 +282,7 @@ public function theJsonNodeShouldExist($name)
282282
/**
283283
* Checks, that given JSON node does not exist
284284
*
285-
* @Given the JSON node :name should not exist
285+
* @Then the JSON node :name should not exist
286286
*/
287287
public function theJsonNodeShouldNotExist($name)
288288
{

0 commit comments

Comments
 (0)