Skip to content

Commit

Permalink
chore: fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonHBodine committed Sep 6, 2023
1 parent 642c678 commit 617bc6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edxval/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ def test_update_hls_encodes_for_video(self):
self.assertEqual(actual_encoded_video.file_size, expected_data['encode_data']['file_size'])
self.assertEqual(actual_encoded_video.bitrate, expected_data['encode_data']['bitrate'])


@ddt
class CourseTranscriptsDetailViewTest(APIAuthTestCase):
"""
Expand Down

0 comments on commit 617bc6f

Please sign in to comment.