Skip to content

Commit 519625b

Browse files
committed
fix tests on windows
1 parent 4499e96 commit 519625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ def test_tzpath_type_error(self):
18071807
def test_tzpath_attribute(self):
18081808
tzpath_0 = [f"{DRIVE}/one", f"{DRIVE}/two"]
18091809
tzpath_1 = [f"{DRIVE}/three"]
1810-
tzpath_pathlike = (pathlib.Path("/usr/share/zoneinfo"),)
1810+
tzpath_pathlike = (pathlib.Path("{DRIVE}/usr/share/zoneinfo"),)
18111811

18121812
with self.tzpath_context(tzpath_0):
18131813
query_0 = self.module.TZPATH

0 commit comments

Comments
 (0)