Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/types/test_date_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def init_models(Booking):


@pytest.mark.skipif('intervals is None')
class DateRangeTestCase:
class TestDateRange:
def test_nullify_range(self, create_booking):
booking = create_booking(None)
assert booking.during is None
Expand Down