refactor: rename module -> block within xmodule

This commit is contained in:
0x29a
2022-12-28 17:05:49 +01:00
committed by Agrendalath
parent e348a8118d
commit a027f36724
73 changed files with 1141 additions and 1143 deletions

View File

@@ -104,7 +104,7 @@ class YoutubeVideoHTMLResponse:
class TranscriptsUtilsTest(TestCase):
"""
Tests utility fucntions for transcripts (in video_module)
Tests utility fucntions for transcripts (in video_block)
"""
@mock.patch('requests.get')