Skip to content

Commit

Permalink
fix date format in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Jensen committed Dec 16, 2024
1 parent 0e364ec commit 37c7330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_site_visibility(flows_sites):
with pytest.deprecated_call():
with plt.ioff():
plotpaths = visibility(
target, date="2023-01-01", output=tempdir
target, date="20230101", output=tempdir
)

assert not isinstance(plotpaths, plt.Axes)
Expand Down

0 comments on commit 37c7330

Please sign in to comment.