Skip to content

Commit

Permalink
Update ServiceTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevent committed Sep 17, 2024
1 parent afd2b1f commit f1d89d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testGetAll()
->login();

// Documents
$documents = $service->getAll('01/01/2022', '01/02/2022');
$documents = $service->getAll(curdate('d/m/Y', '-1 month'), curdate('d/m/Y'));
$this->assertIsArray($documents);

// Document Summary Keys
Expand Down

0 comments on commit f1d89d3

Please sign in to comment.