Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
markcampanelli committed Dec 23, 2024
1 parent 545c196 commit 271fd97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pvlib/tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,7 @@ def test_localize_to_utc(input, expected):
),
(
{
"time": datetime(
1974, 6, 22, 23, 30, 15, tzinfo=ZoneInfo("UTC")
)
"time": datetime(1974, 6, 22, 23, 30, 15)
},
27201.47934027778,
),
Expand Down

0 comments on commit 271fd97

Please sign in to comment.