From a7c3d30b6d2493e299f96c6f7c75fe5360facef8 Mon Sep 17 00:00:00 2001 From: James Addison Date: Wed, 25 Jan 2023 22:22:15 +0000 Subject: [PATCH] Fixup: update expectation in Markdown test --- tests/test_description.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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):