Skip to content

Commit 2ca77c2

Browse files
authored
Fix logic error
I suck at tests.
1 parent 4a7f137 commit 2ca77c2

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
@@ -131,6 +131,6 @@ public function testGroupByCount()
131131
->get()
132132
->getResult();
133133

134-
$this->assertEquals(3, $result->count);
134+
$this->assertEquals(3, $result[0]->count);
135135
}
136136
}

0 commit comments

Comments
 (0)