Skip to content

Commit

Permalink
Update src/get_target_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Ray <[email protected]>
  • Loading branch information
bsweger and elray1 authored Jan 7, 2025
1 parent c0a0cb0 commit aec861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_target_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def mock_command():


def test_bad_inputs(caplog):
"""Bad inputs should return a non-zero exit code."""
"""Bad inputs should return a non-zero exit code or a graceful script exit."""
caplog.set_level(logging.INFO)
runner = CliRunner()

Expand Down

0 comments on commit aec861e

Please sign in to comment.