diff options
Diffstat (limited to 'tests/test_md_tw.py')
-rw-r--r-- | tests/test_md_tw.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_md_tw.py b/tests/test_md_tw.py index d8a7f92..c06a267 100644 --- a/tests/test_md_tw.py +++ b/tests/test_md_tw.py @@ -41,8 +41,6 @@ class TestTWBlockLexer(object): self.bl = TWBlockLexer() - def test_default_rules_contents(self): - assert_equal(self.bl.default_rules, ['paragraph', 'text']) def teardown(self): |