Skip to content

Commit

Permalink
fix basename test
Browse files Browse the repository at this point in the history
  • Loading branch information
aisi-inspect committed Sep 4, 2024
1 parent 9c93cc4 commit c4087c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def test_basename():
assert basename(f"/opt/files/{MYDIR}") == MYDIR
assert basename(f"/opt/files/{MYDIR}/") == MYDIR
assert basename(f"C:\\Documents\\{MYDIR}") == MYDIR
assert basename(f"C:\\Documents\\{MYDIR}/") == MYDIR
assert basename(f"C:\\Documents\\{MYDIR}\\") == MYDIR

0 comments on commit c4087c8

Please sign in to comment.