From 691b41bd20a28f3fbca29696bfd194374f4e204f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 28 Jun 2017 20:54:03 +0100 Subject: [PATCH] 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 --- patchwork/tests/test_series.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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]) -- 2.47.3