Commit f136911e by Toby Lawrence

quality fix

parent 842e9dce
......@@ -245,8 +245,6 @@ class TestWordCloud(BaseTestXmodule):
)
def test_word_cloud_constructor(self):
self.maxDiff = None
"""Make sure that all parameters extracted correctly from xml"""
js_includes = [
......@@ -268,5 +266,4 @@ class TestWordCloud(BaseTestXmodule):
'js_includes': js_includes,
}
self.assertEqual(fragment.content, self.runtime.render_template('word_cloud.html', expected_context))
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