Skip to content

Commit 1a13609

Browse files
committed
fix(test): remove stray commit message from test docstring
Syntax error from commit message text accidentally appended to a docstring in test_init.py, breaking ruff format checks.
1 parent cf88808 commit 1a13609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/cli/commands/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def test_next_steps_displayed(
210210
def test_flash_login_step_displayed(
211211
self, mock_cwd, mock_typer_ctx, mock_context, tmp_path
212212
):
213-
"""Test flash login is shown in the next steps table.""" (fix(init): use Typer built-in help instead of hand-crafted usage panel)
213+
"""Test flash login is shown in the next steps table."""
214214
mock_cwd.return_value = tmp_path
215215

216216
init_command(mock_typer_ctx, ".")

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)