Skip to content

Commit 9edddf8

Browse files
committed
update test name
1 parent 298ab00 commit 9edddf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/TestDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ public function testDeleteQuery(): void
564564
$this->assertNull($model);
565565
}
566566

567-
public function testOrderAfterFilter(): void
567+
public function testOrderBeforeLimit(): void
568568
{
569569
$result = TestModel::select(order: ["number" => OrderField::DESCENDING], limit: 3);
570570

0 commit comments

Comments
 (0)