Skip to content

Commit

Permalink
Update src/icalendar/tests/test_pytz_zoneinfo_integration.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
niccokunzmann and stevepiercy authored Nov 14, 2024
1 parent bff2428 commit ca2995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/tests/test_pytz_zoneinfo_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_cache_is_emptied_when_tzp_is_switched(tzp, timezones, new_tzp_name):


def test_invalid_name(tzp):
"""Check that the provider name is ok."""
"""Check that the provider name is OK."""
provider = "invalid_provider"
with pytest.raises(ValueError) as e:
tzp.use(provider)
Expand Down

0 comments on commit ca2995b

Please sign in to comment.