Skip to content

Commit fd52494

Browse files
committed
Update QueryRunTest.php
1 parent 6c0ef36 commit fd52494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QueryRunTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public function testDistinct()
608608
->from('customer')
609609
->distinct('group');
610610

611-
$this->assertSame(['odd', 'even'], $rows);
611+
$this->assertEquals(['odd', 'even'], $rows,'$canonicalize = true');
612612
}
613613

614614
public function testAggregationShortcuts()

0 commit comments

Comments
 (0)