Skip to content

Commit ea85cb3

Browse files
pre-commit-ci[bot]fizyk
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d58a319 commit ea85cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_windows_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_get_base_command_unified(self):
3131

3232
# Both should be the same now
3333
assert windows_command == unix_command
34-
34+
3535
# Both should use the simplified format without single quotes
3636
assert "log_destination=stderr" in windows_command
3737
assert "log_destination='stderr'" not in windows_command

0 commit comments

Comments
 (0)