Skip to content

Commit 45e33a7

Browse files
committed
Update UnresolvableQueryFunctionRuleTest.php
1 parent ac36a72 commit 45e33a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rules/UnresolvableQueryFunctionRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testSyntaxErrorInQueryRule(): void
4949
[
5050
'Unresolvable Query: Cannot simulate parameter value for type: non-falsy-string.',
5151
15,
52-
UnresolvableQueryMixedTypeException::getTip(),
52+
UnresolvableQueryStringTypeException::getTip(),
5353
],
5454
[
5555
'Unresolvable Query: Cannot resolve query with variable type: string.',

0 commit comments

Comments
 (0)