Skip to content

Commit 3476a4c

Browse files
committed
fix: test case
1 parent e56ac68 commit 3476a4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xmodule/tests/test_annotatable_block.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""Annotatable block tests"""
22

33

4-
import unittest
5-
4+
from django.test import TestCase
65
from lxml import etree
76
from opaque_keys.edx.locator import BlockUsageLocator, CourseLocator
87
from xblock.field_data import DictFieldData
@@ -13,7 +12,7 @@
1312
from . import get_test_system
1413

1514

16-
class AnnotatableBlockTestCase(unittest.TestCase): # lint-amnesty, pylint: disable=missing-class-docstring
15+
class AnnotatableBlockTestCase(TestCase): # lint-amnesty, pylint: disable=missing-class-docstring
1716
sample_xml = '''
1817
<annotatable display_name="Iliad">
1918
<instructions>Read the text.</instructions>

0 commit comments

Comments
 (0)