Skip to content

Commit

Permalink
Fixed test for not yet completed month
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Aug 1, 2019
1 parent b062597 commit 45c4113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MatomoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function testOptionalParameters()
]);

$this->assertIsArray($result);
$this->assertEquals(717, $result[0]->nb_visits);
$this->assertEquals(1198, $result[0]->nb_visits);
}

/**
Expand Down

0 comments on commit 45c4113

Please sign in to comment.