]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
parser: Trivial fix of test docstring
authorStephen Finucane <stephen@that.guru>
Wed, 28 Jun 2017 19:54:03 +0000 (20:54 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 28 Jun 2017 19:54:03 +0000 (20:54 +0100)
Based on the 'References' and 'In-Reply-To' headers of the used mbox,
the docstring for the 'test_reply_nocover_noversion' test is incorrect.
Fix this.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Sean Farley <sean@farley.io>
patchwork/tests/test_series.py

index c1ede069a621ac3f093b039f5e4ba74dcb1173c7..17a8c732462f353fb3f2fbaf5445615bcd676843 100644 (file)
@@ -483,11 +483,10 @@ class RevisedSeriesTest(_BaseTestCase):
 
         Input:
 
+          - [PATCH 1/2] test: Add some lorem ipsum
+            - [PATCH 2/2] test: Convert to Markdown
             - [PATCH 1/2] test: Add some lorem ipsum
               - [PATCH 2/2] test: Convert to Markdown
-                - [PATCH 1/2] test: Add some lorem ipsum
-                  - [PATCH 2/2] test: Convert to Markdown
-
         """
         covers, patches, _ = self._parse_mbox(
             'bugs-nocover-noversion.mbox', [0, 4, 0])