Skip to content

Commit 8600ecc

Browse files
adjust test thresholds
1 parent 412fbd1 commit 8600ecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/v2/file_operations/test_crop_operation_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def test_image_should_extract_crops():
5757
extracted_crops.save_all_to_disk(OUTPUT_DIR)
5858
crop0_size = os.path.getsize(OUTPUT_DIR / output_files[0])
5959
crop1_size = os.path.getsize(OUTPUT_DIR / output_files[1])
60-
assert 100000 <= crop0_size <= 199685
61-
assert 100000 <= crop1_size <= 199433
60+
assert 99000 <= crop0_size <= 199685
61+
assert 99000 <= crop1_size <= 199433
6262

6363

6464
@pytest.fixture(scope="module", autouse=True)

0 commit comments

Comments
 (0)