Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Nov 25, 2024
1 parent 43b7b6c commit df7e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_metadata(self):

for attr_name, attr_value in {
"name": "holidays",
"summary": "World Holidays Framework",
"summary": "Open World Holidays Framework",
"version": holidays.__version__,
}.items():
self.assertIn(attr_name, ph_metadata)
Expand Down

0 comments on commit df7e72c

Please sign in to comment.