From 88d460407bfbf9c0fb9b36451c585b5a5d8c19f2 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 24 Aug 2015 16:18:57 +0200 Subject: [PATCH] tests/test_parse_changes.py: Actually set dsc_file=1 when testing .dsc Signed-off-by: Chris Lamb --- tests/test_parse_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_parse_changes.py b/tests/test_parse_changes.py index 20dab4b9..50301f42 100755 --- a/tests/test_parse_changes.py +++ b/tests/test_parse_changes.py @@ -46,7 +46,7 @@ class ParseDscTestCase(ParseChangesTestCase): def test_4(self): # No blank lines at all - self.assertFails('dsc/4.dsc', -1, 1) + self.assertFails('dsc/4.dsc', -1, 1, 1) def test_5(self): # Extra blank line before signature body -- 2.39.2