Skip to content

Commit a02c552

Browse files
committed
Fixed linting error
1 parent 8a81f56 commit a02c552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sync_photos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def test_sync_photos_hardlinks(self, mock_read_config, mock_service, mock_get_us
635635
self.assertTrue(os.path.isdir(album_2_path))
636636

637637
# Find a file that should be duplicated across albums
638-
638+
639639
duplicate_files = glob.glob(f"{self.destination_path}/**/IMG_3328*original*", recursive=True)
640640
self.assertGreater(len(duplicate_files), 1, "Should have duplicate files across albums")
641641

0 commit comments

Comments
 (0)