Skip to content

Commit

Permalink
tests to see what fails on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Oct 18, 2023
1 parent 9bcf11a commit b04789a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/retriever/test_final_zip_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def test_extract_final_zip__finished_study__nominal_results(self, finished_study
extractor.extract_final_zip(finished_study)

# Check the result
display.show_message.assert_called_once()
display.show_error.assert_not_called()
display.show_message.assert_called_once()

assert finished_study.final_zip_extracted
assert not finished_study.with_error
Expand Down

0 comments on commit b04789a

Please sign in to comment.