Skip to content

Commit 9090ace

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2a355ec commit 9090ace

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_windows_compatibility.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,4 @@ def test_running_datadir_with_spaces_passed_as_argv_element(self) -> None:
885885
executor.running()
886886

887887
args = mock_run.call_args[0][0]
888-
assert args[3] == "/tmp/my data dir", (
889-
f"Datadir not passed as argv element: {args!r}"
890-
)
888+
assert args[3] == "/tmp/my data dir", f"Datadir not passed as argv element: {args!r}"

0 commit comments

Comments
 (0)