Skip to content

Commit

Permalink
Update UnresolvableQueryFunctionRuleTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Dec 31, 2024
1 parent 746915c commit ac36a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rules/UnresolvableQueryFunctionRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testSyntaxErrorInQueryRule(): void
UnresolvableQueryMixedTypeException::getTip(),
],
[
'Unresolvable Query: Cannot simulate parameter value for type: mixed.',
'Unresolvable Query: Cannot simulate parameter value for type: non-falsy-string.',
15,
UnresolvableQueryMixedTypeException::getTip(),
],
Expand Down

0 comments on commit ac36a72

Please sign in to comment.