aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/13_test_gbp_pq.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-19 22:39:26 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-19 22:47:44 +0200
commitd76834c3746710235c1eb0bc5a50a7cae90314da (patch)
tree0d76018ab64fe39571d8da07e31746afeee95183 /tests/13_test_gbp_pq.py
parentec643d9728c388e942ba4776474e817f3d33b768 (diff)
pq: use more gittish commit message in --commit
Use present instead of past tense
Diffstat (limited to 'tests/13_test_gbp_pq.py')
-rw-r--r--tests/13_test_gbp_pq.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index 8a3a5cab..c9594846 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -283,8 +283,8 @@ class TestExport(testutils.DebianGitTestRepo):
self.assertTrue(repo.has_branch(pq_branch))
self.assertEqual(len(repo.get_commits()), 3,
"Export did not create commit")
- self.assertIn(b"Dropped patch1.diff:", repo.show('HEAD'))
- self.assertIn(b"Dropped patch2.diff:", repo.show('HEAD'))
+ self.assertIn(b"Drop patch1.diff:", repo.show('HEAD'))
+ self.assertIn(b"Drop patch2.diff:", repo.show('HEAD'))
class TestParseGbpCommand(unittest.TestCase):