Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Apr 24, 2022
1 parent cfbda00 commit bd736de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_run_compare_and_purge(mock):
call("path/to/test/file.txt"),
]

run_compare(infile, True, 1)
run_compare(infile, False, True, 1)

assert mock.call_count == 2
mock.assert_has_calls(test_calls)

0 comments on commit bd736de

Please sign in to comment.