Skip to content

Commit e1b0466

Browse files
Fix stray test
1 parent 0b357d1 commit e1b0466

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/usethis/_interface/test_tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ def test_how(self, tmp_path: Path):
344344
result.output
345345
== """\
346346
☐ Install uv to use 'uv export'.
347-
☐ Run 'uv export --no-default-groups -o=requirements.txt' to write 'requirements.txt'.
347+
☐ Run 'uv export --no-default-groups -o=requirements.txt' to write
348+
'requirements.txt'.
348349
"""
349350
)
350351

0 commit comments

Comments
 (0)