Skip to content

Commit

Permalink
Fix the Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Aug 19, 2023
1 parent 7390b19 commit 88cd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydsdl/_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _unittest_common_usage_errors() -> None:
_ensure_no_common_usage_errors(dir_dsdl, [di / "baz"], reports.append)
(rep,) = reports
reports.clear()
assert str(dir_dsdl_uavcan).lower() in rep.lower()
assert str(dir_dsdl_uavcan.resolve()).lower() in rep.lower()


def _unittest_nested_roots() -> None:
Expand Down

0 comments on commit 88cd2bb

Please sign in to comment.