Skip to content

Commit 45c4113

Browse files
author
Tim Helfensdörfer
committed
Fixed test for not yet completed month
1 parent b062597 commit 45c4113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MatomoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function testOptionalParameters()
215215
]);
216216

217217
$this->assertIsArray($result);
218-
$this->assertEquals(717, $result[0]->nb_visits);
218+
$this->assertEquals(1198, $result[0]->nb_visits);
219219
}
220220

221221
/**

0 commit comments

Comments
 (0)