Skip to content

Commit 20e3d5d

Browse files
authored
Update ModelsCollectorTest.php
1 parent 49530ff commit 20e3d5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/DataCollector/ModelsCollectorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ public function testItCollectsRetrievedModels()
4545
$this->assertEquals(
4646
[
4747
'data' => $data,
48-
'count' => 0,
48+
'count' => 2,
4949
'is_counter' => true,
5050
'key_map' => [
51-
'value' => 'Count'
5251
],
5352
],
5453
$collector->collect()

0 commit comments

Comments
 (0)