Fix class name
This commit is contained in:
parent
0d7b26bbb2
commit
e39bc835fd
|
|
@ -242,7 +242,7 @@ class MenuTests(ChildTestCase):
|
||||||
self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT)
|
self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT)
|
||||||
|
|
||||||
|
|
||||||
class EstablishShedulerTests(ChildTestCase):
|
class EstablishmentShedulerTests(ChildTestCase):
|
||||||
def test_shedule_CRUD(self):
|
def test_shedule_CRUD(self):
|
||||||
data = {
|
data = {
|
||||||
'weekday': 1
|
'weekday': 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user