Skip to content

Commit 2a21048

Browse files
committed
MarkdownBear: Rename test classname
Rename test classname from `MarkdownBearMaxLineLengthMessageTest` to `MarkdownBearTest` because there were a few generic additions to the tests.
1 parent f68bd91 commit 2a21048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/markdown/MarkdownBearTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

5252
@generate_skip_decorator(MarkdownBear)
53-
class MarkdownBearMaxLineLengthMessageTest(unittest.TestCase):
53+
class MarkdownBearTest(unittest.TestCase):
5454

5555
def setUp(self):
5656
self.section = Section('name')

0 commit comments

Comments
 (0)