diff --git a/backend/experiment/actions/tests/test_action_utils.py b/backend/experiment/actions/tests/test_action_utils.py index 2a3834f29..18d84c89d 100644 --- a/backend/experiment/actions/tests/test_action_utils.py +++ b/backend/experiment/actions/tests/test_action_utils.py @@ -23,7 +23,6 @@ def test_collection_url(self): self.participant.participant_id_url = 'participant42' self.assertEqual(get_current_collection_url(self.session), '/collection/superdupercollection?participant_id=participant42') - def test_randomize_playhead(self): min_jitter = 5 max_jitter = 10