Skip to content

Commit

Permalink
Reset test to master
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Oct 13, 2023
1 parent 9675feb commit f0a7259
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
import unittest
from datetime import date, datetime

from Acquisition import aq_parent
from plone import api
from plone.app.testing import (
Expand All @@ -11,7 +10,6 @@
setRoles,
)
from plone.restapi.testing import RelativeSession

from redturtle.prenotazioni.adapters.booker import IBooker
from redturtle.prenotazioni.testing import REDTURTLE_PRENOTAZIONI_INTEGRATION_TESTING
from redturtle.prenotazioni.tests.helpers import WEEK_TABLE_SCHEMA
Expand Down Expand Up @@ -43,7 +41,6 @@ def setUp(self):
],
gates=["Gate A"],
week_table=WEEK_TABLE_SCHEMA,
max_bookings_allowed=100,
)

def test_get_free_slots_skip_bookigs_inside_pause_range(self):
Expand Down

0 comments on commit f0a7259

Please sign in to comment.