Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Apr 28, 2021
1 parent d8f826a commit 0d6cdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_releaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_run_github_action(mock_check_env_variables, mock_make_get_request, mock
mock_setup_git, mock_logger):
# TODO: Assert these `called_with` eventually
run_github_action()
assert mock_logger.call_count == 6
assert mock_logger.call_count == 7
mock_check_env_variables.assert_called_once()
assert mock_make_get_request.call_count == 2
mock_get_latest_tar_archive.assert_called_once()
Expand Down

0 comments on commit 0d6cdd0

Please sign in to comment.