From 0c8ecc9c9de34cf71e65dca8fd86ad71a7f8d461 Mon Sep 17 00:00:00 2001 From: BeritJanssen Date: Tue, 9 Jul 2024 14:39:29 +0200 Subject: [PATCH] fix linting issue --- backend/experiment/actions/tests/test_action_utils.py | 1 - 1 file changed, 1 deletion(-) 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