Skip to content

Commit

Permalink
Update test_cli_group.py
Browse files Browse the repository at this point in the history
Remove unexpected assignment.
  • Loading branch information
nicholasyager authored Mar 25, 2024
1 parent 6763a65 commit 08136fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ def test_no_command_prints_help():

assert result.exit_code == 0

help_result = result = runner.invoke(cli, ["--help"])
help_result = runner.invoke(cli, ["--help"])
assert result.stdout == help_result.stdout

0 comments on commit 08136fb

Please sign in to comment.