We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2c6f8 commit 2b5b556Copy full SHA for 2b5b556
tests/test_OMCPath.py
@@ -74,5 +74,5 @@ def _run_OMCPath_checks(om: OMPython.OMCSessionZMQ):
74
assert p3.read_text() == "test"
75
assert p3.is_file()
76
assert p3.parent.is_dir()
77
- assert p3.unlink() is None
+ p3.unlink()
78
assert p3.is_file() is False
0 commit comments