Skip to content

Commit

Permalink
MarkdownBear: Rename test classname
Browse files Browse the repository at this point in the history
Rename test classname from `MarkdownBearMaxLineLengthMessageTest`
to `MarkdownBearTest` because there were a few generic additions
to the tests.
  • Loading branch information
yash-nisar committed Jul 18, 2017
1 parent f68bd91 commit 2a21048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/markdown/MarkdownBearTest.py
Expand Up @@ -50,7 +50,7 @@




@generate_skip_decorator(MarkdownBear) @generate_skip_decorator(MarkdownBear)
class MarkdownBearMaxLineLengthMessageTest(unittest.TestCase): class MarkdownBearTest(unittest.TestCase):


def setUp(self): def setUp(self):
self.section = Section('name') self.section = Section('name')
Expand Down

0 comments on commit 2a21048

Please sign in to comment.