Fix final typo
This commit is contained in:
parent
ada7585706
commit
3776828699
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def test_make_path_safe_trailing_space_in_components(caplog):
|
||||||
assert make_path_safe("path/to /file")[0] == "path/to /file"
|
assert make_path_safe("path/to /file")[0] == "path/to /file"
|
||||||
# Check directories can have spaces in them but not at the end
|
# Check directories can have spaces in them but not at the end
|
||||||
assert (
|
assert (
|
||||||
make_path_safe("path/a long path name /file")[0]
|
make_path_safe("path/a long path name /file")[0]
|
||||||
== "path/a long path name /file"
|
== "path/a long path name /file"
|
||||||
)
|
)
|
||||||
# No warnings should be raised
|
# No warnings should be raised
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue