Skip to content

Commit 91d0666

Browse files
committed
fix test
1 parent be10ff0 commit 91d0666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_duplicate_image_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_single_image_upload(self):
4343
)
4444
self.assertEqual(len(uploaded), 0)
4545
self.assertEqual(len(could_not_upload), 0)
46-
self.assertEqual(len(existing_images), 8)
46+
self.assertEqual(len(existing_images), 4)
4747

4848
uploaded, could_not_upload, existing_images = sa.upload_images_to_project(
4949
self.PROJECT_NAME, [f"{self.folder_path}/dd.jpg"]

0 commit comments

Comments
 (0)