From 3e140877915a29ebaf1ef1ad9cceb57631985732 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 22 Dec 2023 16:53:05 +0100 Subject: [PATCH] Tests --- .../tests/test_prenotazione_searchable_item_serializer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/redturtle/prenotazioni/tests/test_prenotazione_searchable_item_serializer.py b/src/redturtle/prenotazioni/tests/test_prenotazione_searchable_item_serializer.py index 7c40c68f..19879973 100644 --- a/src/redturtle/prenotazioni/tests/test_prenotazione_searchable_item_serializer.py +++ b/src/redturtle/prenotazioni/tests/test_prenotazione_searchable_item_serializer.py @@ -110,5 +110,7 @@ def test_serializer_fields(self): "staff_notes": self.prenotazione_fscode.staff_notes, "company": self.prenotazione_fscode.company, "vacation": None, + "modification_date": self.prenotazione_fscode.ModificationDate(), + "creation_date": self.prenotazione_fscode.CreationDate(), }, )