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

Commit

Permalink
Merge branch 'Engerim-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Feb 2, 2015
2 parents 84ae6a1 + ebaab87 commit fc1ffd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/JsonContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function theJsonNodeShouldHaveElements($node, $count)

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

$this->assertSame($nth, sizeof((array) $actual));
$this->assertSame($count, sizeof((array) $actual));
}

/**
Expand Down

0 comments on commit fc1ffd6

Please sign in to comment.