summaryrefslogtreecommitdiffhomepage
path: root/tests/component/deb/test_pq.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/component/deb/test_pq.py')
-rw-r--r--tests/component/deb/test_pq.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/deb/test_pq.py b/tests/component/deb/test_pq.py
index 5a2395b4..976e4154 100644
--- a/tests/component/deb/test_pq.py
+++ b/tests/component/deb/test_pq.py
@@ -37,7 +37,7 @@ class TestPq(ComponentTestBase):
@RepoFixtures.quilt30()
def test_rebase_import(self, repo):
- """Test if rebase imports patches first"""
+ """Test that rebase imports patches first"""
eq_(repo.branch, 'master')
eq_(repo.has_branch('patch-queue/master'), False)
self._test_pq(repo, 'rebase')
@@ -45,7 +45,7 @@ class TestPq(ComponentTestBase):
@RepoFixtures.quilt30()
def test_switch_import(self, repo):
- """Test if switch imports patches first"""
+ """Test that switch imports patches first"""
eq_(repo.branch, 'master')
eq_(repo.has_branch('patch-queue/master'), False)
self._test_pq(repo, 'switch')