Skip to content

Commit

Permalink
Update QueryRunTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ziaratban committed Oct 11, 2020
1 parent 6c0ef36 commit fd52494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QueryRunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ public function testDistinct()
->from('customer')
->distinct('group');

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

public function testAggregationShortcuts()
Expand Down

0 comments on commit fd52494

Please sign in to comment.