refactor: rename module -> block within lms/djangoapps/courseware
Also, removed unused `_has_access_xmodule` methid from `lms/djangoapps/courseware/access.py`.
This commit is contained in:
@@ -1188,7 +1188,7 @@ class TestGetHtmlMethod(BaseTestVideoXBlock):
|
||||
@ddt.ddt
|
||||
class TestVideoBlockInitialization(BaseTestVideoXBlock):
|
||||
"""
|
||||
Make sure that module initialization works correctly.
|
||||
Make sure that block initialization works correctly.
|
||||
"""
|
||||
CATEGORY = "video"
|
||||
DATA = SOURCE_XML
|
||||
|
||||
Reference in New Issue
Block a user