We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70723 commit b654417Copy full SHA for b654417
1 file changed
tests/v2/file_operations/test_crop_operation_integration.py
@@ -57,8 +57,8 @@ def test_image_should_extract_crops():
57
extracted_images.save_all_to_disk(OUTPUT_DIR)
58
crop1size = os.path.getsize(OUTPUT_DIR / "crop_001.jpg")
59
crop2size = os.path.getsize(OUTPUT_DIR / "crop_002.jpg")
60
- assert 186699 <= crop1size <= 199685
61
- assert 194103 <= crop2size <= 199433
+ assert 180000 <= crop1size <= 199685
+ assert 190000 <= crop2size <= 199433
62
63
64
@pytest.fixture(scope="module", autouse=True)
0 commit comments