We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97129d commit 7d245a2Copy full SHA for 7d245a2
1 file changed
stapi-pydantic/tests/test_datetime_interval.py
@@ -19,4 +19,3 @@ def test_invalid_datetime_intervals() -> None:
19
with pytest.raises(ValueError, match="end before start"):
20
dt1 = DatetimeInterval.__metadata__[0].func("2025-04-01T00:00:00Z/2025-03-01T23:59:59Z")
21
_ = DatetimeInterval.__metadata__[1].func(dt1)
22
-
0 commit comments