Skip to content

Commit 8fb6bf3

Browse files
loosen test bound for crop
1 parent 541cedc commit 8fb6bf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/V2/FileOperations/CropFunctional.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ public function testExtractCropsFromImageCorrectly(): void
8181

8282
$file1Info = filesize($this->outputDir . '/crop_001.jpg');
8383
$this->assertGreaterThanOrEqual(97000, $file1Info);
84-
$this->assertLessThanOrEqual(100000, $file1Info);
84+
$this->assertLessThanOrEqual(103000, $file1Info);
8585

8686
$file2Info = filesize($this->outputDir . '/crop_002.jpg');
8787
$this->assertGreaterThanOrEqual(97000, $file2Info);
88-
$this->assertLessThanOrEqual(100000, $file2Info);
88+
$this->assertLessThanOrEqual(103000, $file2Info);
8989
}
9090

9191
public function testExtractCropsFromEachPDFPageCorrectly(): void

0 commit comments

Comments
 (0)