Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Dec 18, 2023
1 parent 08fcfd6 commit 5d223ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/plone/ioprenoto/tests/test_stringinterp.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def setUp(self):
)

booker = IBooker(self.folder_prenotazioni)
self.prenotazione = booker.create(
self.prenotazione = booker.book(
{
"booking_date": datetime.now(),
"booking_type": "Type A",
Expand Down

0 comments on commit 5d223ac

Please sign in to comment.