Skip to content

Commit

Permalink
devops: tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 3, 2024
1 parent 38be5fb commit 5f4f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/unit/test-queryconstraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function test_InvalidGraphQLResponse() {

$response2 = null;
$constraint = new QueryConstraint($this->logger);
$this->assertFalse($constraint->matches($response1));
$this->assertFalse($constraint->matches($response2));

$response3 = [ 'something' => [] ];
$constraint = new QueryConstraint($this->logger);
Expand Down

0 comments on commit 5f4f0c7

Please sign in to comment.