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

Commit fc1ffd6

Browse files
committed
Merge branch 'Engerim-patch-1'
2 parents 84ae6a1 + ebaab87 commit fc1ffd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/JsonContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function theJsonNodeShouldHaveElements($node, $count)
7979

8080
$actual = $this->inspector->evaluate($json, $node);
8181

82-
$this->assertSame($nth, sizeof((array) $actual));
82+
$this->assertSame($count, sizeof((array) $actual));
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)