Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Jul 9, 2024
1 parent bf7995d commit 0c8ecc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/experiment/actions/tests/test_action_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c8ecc9

Please sign in to comment.