Skip to content

Commit

Permalink
Fix files test
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Aug 6, 2021
1 parent 385232b commit 0cc9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cozy/media/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def test_update_copy_status_emits_1_for_zero_byte_files(mocker):
files._file_progess = 1
files._update_copy_status(0, 0, None)

spy.assert_called_once_with("copy-progress", 0.0)
spy.assert_called_once_with("copy-progress", 1.0)

0 comments on commit 0cc9d39

Please sign in to comment.