Skip to content

Commit 9882ac7

Browse files
committed
Fixed
1 parent 7980f45 commit 9882ac7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/test_layouts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ def test_set_spans(self):
5151
self.assertTupleEqual((4, 8), rc.get_spans())
5252
rc.set_spans(6)
5353
self.assertTupleEqual((6, 6), rc.get_spans())
54-
55-

tests/test_renders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ def test_init_echarts(self):
9595
template_obj2 = self.django_engine.from_string('{% load echarts %}{% echarts_js_content_wrap widget %}')
9696
result2 = template_obj2.render({'widget': bar})
9797
self.assertIn('getElementById', result2)
98-

0 commit comments

Comments
 (0)