Skip to content

Commit 3959645

Browse files
committed
feat(test): clear
1 parent 73b7f29 commit 3959645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_booking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def test_create_and_cancel_booking():
5151

5252
try:
5353
now = _get_now_paris()
54-
booking_start = now + timedelta(seconds=16)
55-
booking_finish = booking_start + timedelta(seconds=20)
54+
booking_start = now + timedelta(days=7)
55+
booking_finish = booking_start + timedelta(hours=1)
5656
booking_description = "my lovely booking"
5757

5858
session = client.create_session(

0 commit comments

Comments
 (0)