1 parent 412fbd1 commit 8600eccCopy full SHA for 8600ecc
1 file changed
tests/v2/file_operations/test_crop_operation_integration.py
@@ -57,8 +57,8 @@ def test_image_should_extract_crops():
57
extracted_crops.save_all_to_disk(OUTPUT_DIR)
58
crop0_size = os.path.getsize(OUTPUT_DIR / output_files[0])
59
crop1_size = os.path.getsize(OUTPUT_DIR / output_files[1])
60
- assert 100000 <= crop0_size <= 199685
61
- assert 100000 <= crop1_size <= 199433
+ assert 99000 <= crop0_size <= 199685
+ assert 99000 <= crop1_size <= 199433
62
63
64
@pytest.fixture(scope="module", autouse=True)
0 commit comments