Skip to content

Commit 9b326f0

Browse files
pre-commit-ci[bot]valallansys
authored andcommitted
ci: auto fixes from pre-commit.com hooks.
for more information, see https://pre-commit.ci
1 parent 970fb24 commit 9b326f0

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
@@ -179,7 +179,7 @@ def test_python_path(mapdl_inprocess: MapdlInProcessRunner):
179179
assert mapdl_inprocess.status_code == 0
180180
assert output_content is not None
181181
assert "Testing Python path" in output_content
182-
assert sys.executable.replace('\\\\', '\\').lower() in output_content.lower()
182+
assert sys.executable.replace("\\\\", "\\").lower() in output_content.lower()
183183
assert "test ends" in output_content
184184

185185

0 commit comments

Comments
 (0)