Commit e80da139 by David Baumgold

Fix misspelled word in test name

parent d404cbca
...@@ -227,7 +227,7 @@ class TestDownloadYoutubeSubs(ModuleStoreTestCase): ...@@ -227,7 +227,7 @@ class TestDownloadYoutubeSubs(ModuleStoreTestCase):
self.clear_subs_content(bad_youtube_subs) self.clear_subs_content(bad_youtube_subs)
def test_success_downloading_chinise_transcripts(self): def test_success_downloading_chinese_transcripts(self):
good_youtube_subs = { good_youtube_subs = {
1.0: 'j_jEn79vS3g', # Chinese, utf-8 1.0: 'j_jEn79vS3g', # Chinese, utf-8
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment