Skip to content

Commit c9007dc

Browse files
committed
fix API test (allow more time for updating)
1 parent 5f0886b commit c9007dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/AbstractAPITest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected function checkReferenceNote(
144144
$this->assertEqualsWithDelta(
145145
$refNote->$key,
146146
$note->$key,
147-
5,
147+
10,
148148
$messagePrefix.': Property '.$key.' (reference note: '.$refNote->title.')'
149149
);
150150
} else {

0 commit comments

Comments
 (0)