From: Stephen Finucane Date: Wed, 28 Jun 2017 19:54:03 +0000 (+0100) Subject: parser: Trivial fix of test docstring X-Git-Tag: v2.0.0~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=691b41bd20a28f3fbca29696bfd194374f4e204f;p=thirdparty%2Fpatchwork.git parser: Trivial fix of test docstring 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 Reviewed-by: Sean Farley --- diff --git a/patchwork/tests/test_series.py b/patchwork/tests/test_series.py index c1ede069..17a8c732 100644 --- a/patchwork/tests/test_series.py +++ b/patchwork/tests/test_series.py @@ -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])