Skip to content

Commit

Permalink
Fix line length linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoliaw committed Sep 5, 2024
1 parent c49b1b9 commit c8b0b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ def test_valid_stomp_config_for_listener(runner: CliRunner):
],
input="\n",
)
assert (
result.output
== "Subscribing to all bluesky events from localhost:61613\nPress enter to exit\n"
)
assert result.output == dedent("""\
Subscribing to all bluesky events from localhost:61613
Press enter to exit
""")
assert result.exit_code == 0


Expand Down

0 comments on commit c8b0b42

Please sign in to comment.