refactor: remove unused StudioEditableModule

This commit is contained in:
Maxim Beder
2022-10-21 11:43:48 +02:00
committed by Maxim Beder
parent 98d9e622b4
commit 8336c7f9b5
3 changed files with 6 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
"""
Tests for StudioEditableModule.
Tests for StudioEditableBlock.
"""
@@ -7,9 +7,9 @@ from xmodule.tests.test_vertical import BaseVerticalBlockTest
from xmodule.x_module import AUTHOR_VIEW
class StudioEditableModuleTestCase(BaseVerticalBlockTest):
class StudioEditableBlockTestCase(BaseVerticalBlockTest):
"""
Class containing StudioEditableModule tests.
Class containing StudioEditableBlock tests.
"""
def test_render_reorderable_children(self):