Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Algatux committed Sep 8, 2016
1 parent 00e9837 commit df4770b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Functional/Capsule/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public function test_aggregate()

$results = [];
foreach ($result as $res) {
$res = (array)$res;
$results[] = ['group' => $res['_id'], 'value' => $res['value']];
}

Expand Down

0 comments on commit df4770b

Please sign in to comment.