Skip to content

Commit

Permalink
Black and update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Dec 11, 2023
1 parent c49e0cf commit df68c4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def test_with_missing_case(
assert not taxprofiler_context.status_db.get_case_by_internal_id(
internal_id=case_id_does_not_exist
)
# WHEN running

# WHEN running command with non-existing case-id
result = cli_runner.invoke(metrics_deliver, [case_id_does_not_exist], obj=taxprofiler_context)
# THEN command should NOT successfully call the command it creates

Expand Down

0 comments on commit df68c4a

Please sign in to comment.