diff --git a/tests/test_description.py b/tests/test_description.py index 44223899a..93539a838 100644 --- a/tests/test_description.py +++ b/tests/test_description.py @@ -41,11 +41,8 @@ MARKDOWN_DOCSTRING = """

an example docstring

indented

hash style header

-

json -[{ - "alpha": 1, - "beta": "this is a string" -}]

""" +
[{
"alpha": 1,
"beta": "this is a string"
}]
+


""" class TestViewNamesAndDescriptions(TestCase):