Skip to content

Commit

Permalink
typo in test function
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Nov 10, 2024
1 parent c68d4d7 commit dccb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tzdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@


@pytest.mark.skipif(sys.platform != "win32", reason="Only relevant for Windows")
def check_tzdata() -> None:
def test_tzdata() -> None:
folder = Path(os.path.expanduser("~")) / "Downloads" / "tzdata"
assert (folder / "windowsZones.xml").exists()

0 comments on commit dccb662

Please sign in to comment.