Skip to content

Commit 72c6d7a

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d07ab71 commit 72c6d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/tests/QueryTest.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ final class QueryTest extends TestCase {
132132
}
133133
134134
public function testOrderRandom(): void {
135-
$this->assertSame('orderRandom()', Query::orderRandom());
135+
$this->assertSame('{"method":"orderRandom"}', Query::orderRandom());
136136
}
137137
138138
public function testCursorBefore(): void {

0 commit comments

Comments
 (0)