This commit is contained in:
Stephen Boddy
2025-11-14 15:47:50 +00:00
parent d4e945222d
commit 89314733ff
+1 -1
View File
@@ -319,7 +319,7 @@ class TestUri(test.bim.bootstrap.NewFile):
def test_normalize_path(self):
# Posix format.
if os.name == 'nt':
if os.name == "nt":
# Limit to windows (#7348)
path = r"test\test.txt"
assert subject.normalize_path(path) == "test/test.txt"