Skip to content
Snippets Groups Projects
Commit 914c3dd6 authored by David Trattnig's avatar David Trattnig
Browse files

fix(test): basic playlist init

parent 758a347a
Branches
Tags
1 merge request!35ORM-less scheduling
Pipeline #7733 failed
......@@ -88,9 +88,9 @@ class TestDomain(unittest.TestCase):
pl = Playlist(1, "some description")
pl.id: 333
pl.timeslot: Timeslot()
pl.type: PlaylistType.TIMESLOT
pl.id = 333
pl.timeslot = Timeslot(1, None, 123, 456, None, None)
pl.type = PlaylistType.TIMESLOT
def test_assign_playlists_to_timeslot(self):
print(self._testMethodName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment