Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxsabo committed Dec 5, 2023
1 parent e99b763 commit 7affce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/Client/RevisionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function testCanListRevisionsBin(): void
$session->close();
}

$revisionsBinEntryCommand = new GetRevisionsBinEntryCommand(PhpClient::INT_MAX_VALUE, 20);
$revisionsBinEntryCommand = new GetRevisionsBinEntryCommand(0, 20);
$store->getRequestExecutor()->execute($revisionsBinEntryCommand);

$result = $revisionsBinEntryCommand->getResult();
Expand Down

0 comments on commit 7affce7

Please sign in to comment.