Skip to content

Commit

Permalink
fix API test (allow more time for updating)
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar committed Sep 4, 2022
1 parent 5f0886b commit c9007dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/AbstractAPITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected function checkReferenceNote(
$this->assertEqualsWithDelta(
$refNote->$key,
$note->$key,
5,
10,
$messagePrefix.': Property '.$key.' (reference note: '.$refNote->title.')'
);
} else {
Expand Down

0 comments on commit c9007dc

Please sign in to comment.