Skip to content

Commit cb2fe48

Browse files
committed
Fix typo
1 parent c7578ca commit cb2fe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/Aggregation/OrderByTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testOrderByAsc(): void
5454
* @return void
5555
* @throws \Exception
5656
*/
57-
public function testFilerAndOrderByAsc(): void
57+
public function testFilterAndOrderByAsc(): void
5858
{
5959
$this->insertDocument(5);
6060
$this->insertDocument(4);

0 commit comments

Comments
 (0)