Skip to content

Commit

Permalink
check one
Browse files Browse the repository at this point in the history
  • Loading branch information
KeynesYouDigIt committed Nov 16, 2024
1 parent 03a3a0c commit 0e6bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_is_absolute_href_os_aware(self) -> None:
("/item.json", not (is_windows and is_py_3_13)),
("/home/someuser/Downloads/item.json", not (is_windows and is_py_3_13)),
("d:/item.json", (is_windows and is_py_3_13)),
("c:/files/more_files/item.json", (is_windows and is_py_3_13)),
# ("c:/files/more_files/item.json", (is_windows and is_py_3_13)),
]

for href, expected in test_cases:
Expand Down

0 comments on commit 0e6bbbd

Please sign in to comment.