Skip to content

Commit 4a7f137

Browse files
authored
Add alias to test
1 parent 5d50347 commit 4a7f137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Database/Live/GroupTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testOrNotGroups()
126126
public function testGroupByCount()
127127
{
128128
$result = $this->db->table('user')
129-
->selectCount('id')
129+
->selectCount('id', 'count')
130130
->groupBy('country')
131131
->get()
132132
->getResult();

0 commit comments

Comments
 (0)