Skip to content

Commit

Permalink
improve testname
Browse files Browse the repository at this point in the history
Co-authored-by: Hauke Schulz <43613877+observingClouds@users.noreply.github.com>
  • Loading branch information
matschreiner and observingClouds authored Feb 16, 2025
1 parent 4d52059 commit 3542f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_get_config_nested():
input_config.foobarfield


def test_that_range_accepts_datetime():
def test_range_accepts_datetime():
start = datetime.datetime(1990, 9, 3, 0, 0)
end = datetime.datetime(1990, 9, 4, 0, 0)
step = "PT3H"
Expand Down

0 comments on commit 3542f8b

Please sign in to comment.