Skip to content

Commit 5055eda

Browse files
ci: auto fixes from pre-commit.com hooks.
for more information, see https://pre-commit.ci
1 parent 6f3baa1 commit 5055eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_python_path(mapdl_inprocess: MapdlInProcessRunner):
178178
assert mapdl_inprocess.status_code == 0
179179
assert output_content is not None
180180
assert "Testing Python path" in output_content
181-
assert sys.executable.replace('\\\\', '\\').lower() in output_content.lower()
181+
assert sys.executable.replace("\\\\", "\\").lower() in output_content.lower()
182182
assert "test ends" in output_content
183183

184184

0 commit comments

Comments
 (0)