Skip to content

Commit

Permalink
Update test_resolve_robotics_uri_py.py
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 28, 2024
1 parent 87d3b96 commit 3f09369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_resolve_robotics_uri_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ def test_scheme_file():

# Try to find an existing file (the Python executable) without any file:/ scheme
path_of_python_executable = resolve_robotics_uri_py.resolve_robotics_uri(sys.executable)
assert path_of_python_executable == sys.executable
assert path_of_python_executable == pathlib.Path(sys.executable)


0 comments on commit 3f09369

Please sign in to comment.