Skip to content

Commit

Permalink
Update test_folder_operations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmateusribeiro authored Apr 1, 2024
1 parent 66de9b6 commit 438e98c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_folder_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_synchronize_nonexistent_source_folder():

folder_sync = FolderSynchronizer('nonexistent_source', replica_folder, log)

assert 1 == 2
with pytest.raises(FileNotFoundError):
folder_sync.synchronize()

Expand Down

0 comments on commit 438e98c

Please sign in to comment.