Skip to content

Commit

Permalink
Update test/TriGParserTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni authored Feb 28, 2024
1 parent 4925692 commit 03e7776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TriGParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function shouldNotParse($createParser, $input, $expectedError = null): vo
$this->fail("Expected this error to be thrown (but it wasn't): ".$expectedError);
}
});
if (!$errorReceived) {
if (false === $errorReceived) {
$this->fail("Expected this error to be thrown (but it wasn't): ".$expectedError);
}
}
Expand Down

0 comments on commit 03e7776

Please sign in to comment.