Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Feb 28, 2024
1 parent e388ebc commit b0b3d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_resolve_robotics_uri_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def test_scheme_file():
with tempfile.NamedTemporaryFile() as temp:
temp_name = pathlib.Path(temp.name).resolve(strict=True)
uri_file = "file:" + temp.name
print(uri_file)
path_of_file = resolve_robotics_uri_py.resolve_robotics_uri(uri_file)
assert path_of_file == path_of_file.resolve()
assert path_of_file == temp_name
Expand Down

0 comments on commit b0b3d2c

Please sign in to comment.