Skip to content

Commit 465d0fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b85911f commit 465d0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/session/cmd/test_legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_legacy_list_env_with_no_tox_file(tox_project: ToxProjectCreator) -> Non
6666
outcome = project.run("le", "-l")
6767
outcome.assert_success()
6868
out = (
69-
"ROOT: No loadable tox.ini or setup.cfg or pyproject.toml or tox.toml found, assuming empty tox.ini at " \
69+
"ROOT: No loadable tox.ini or setup.cfg or pyproject.toml or tox.toml found, assuming empty tox.ini at "
7070
f"{project.path}\ndefault environments:\npy -> [no description]\n"
7171
)
7272
assert not outcome.err

0 commit comments

Comments
 (0)