Skip to content

Commit

Permalink
Fix counting
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Apr 17, 2018
1 parent 789c97e commit 1b94558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Constraints/CoerciveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function dataCoerceCases()
'integer', 'string', "42", true
);

// #46 check coercion with "const"
// #47 check coercion with "const"
$tests[] = array(
'{"properties":{"propertyOne":{"type":"number","const":42}}}',
'{"propertyOne":"42"}',
Expand Down

0 comments on commit 1b94558

Please sign in to comment.