We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541cedc commit 8fb6bf3Copy full SHA for 8fb6bf3
1 file changed
tests/V2/FileOperations/CropFunctional.php
@@ -81,11 +81,11 @@ public function testExtractCropsFromImageCorrectly(): void
81
82
$file1Info = filesize($this->outputDir . '/crop_001.jpg');
83
$this->assertGreaterThanOrEqual(97000, $file1Info);
84
- $this->assertLessThanOrEqual(100000, $file1Info);
+ $this->assertLessThanOrEqual(103000, $file1Info);
85
86
$file2Info = filesize($this->outputDir . '/crop_002.jpg');
87
$this->assertGreaterThanOrEqual(97000, $file2Info);
88
- $this->assertLessThanOrEqual(100000, $file2Info);
+ $this->assertLessThanOrEqual(103000, $file2Info);
89
}
90
91
public function testExtractCropsFromEachPDFPageCorrectly(): void
0 commit comments