Skip to content

Commit

Permalink
Update backend/experiment/actions/tests/test_wrappers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Drikus Roor <drikusroor@gmail.com>
  • Loading branch information
BeritJanssen and drikusroor authored Sep 17, 2024
1 parent c7778b1 commit 59b6fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/experiment/actions/tests/test_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setUp(self):
self.participant = Participant.objects.create()
self.section = Section.objects.create(
filename='some/audio/file.mp3', playlist=self.playlist)
self.block = Block.objects.create(slug="TestBlock")
self.block = Block.objects.create(slug="test-block")
self.session = Session.objects.create(
block=self.block, participant=self.participant, playlist=self.playlist)

Expand Down

0 comments on commit 59b6fa4

Please sign in to comment.