Skip to content

Commit

Permalink
fixup! Add test for TZPATH changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed May 20, 2024
1 parent fbbeff4 commit ea1c78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tzfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def test_tzpath_setting(tmp_path):

with set_tzpath([tmp_path]):
_copy_resource_to(
"liliput_tzif", os.path.join(tmp_path, "Fictional", "Liliput")
"liliput_tzif", os.path.join(str(tmp_path), "Fictional", "Liliput")
)
tz.gettz.cache_clear()

Expand Down

0 comments on commit ea1c78d

Please sign in to comment.