We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b57dfc commit 91a1a70Copy full SHA for 91a1a70
test/test_meeting.py
@@ -34,7 +34,7 @@ def test_basic_agenda_item(input_json):
34
assert agenda_item.id == 8329704
35
assert agenda_item.last_modified == datetime(2024, 3, 29, 10, 8, 56)
36
assert agenda_item.title == "Pauze"
37
- assert agenda_item.description == ""
+ assert agenda_item.description == None
38
assert agenda_item.start_date == datetime(2024, 4, 16, 18, 0, 0)
39
assert agenda_item.end_date == datetime(2024, 4, 16, 19, 0, 0)
40
assert agenda_item.is_heading == True
0 commit comments