Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 11, 2025
1 parent 8a7f8fa commit 906a242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_metadata/tests/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from datetime import datetime
from zoneinfo import ZoneInfo

test_datetime = datetime(2019, 6, 11, 8, 00, tzinfo=ZoneInfo("utc"))
test_datetime = datetime(2019, 6, 11, 8, 00, tzinfo=ZoneInfo("UTC"))

0 comments on commit 906a242

Please sign in to comment.