summaryrefslogtreecommitdiffhomepage
path: root/tests/component/deb/test_pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/component/deb/test_pull.py')
-rw-r--r--tests/component/deb/test_pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/test_pull.py b/tests/component/deb/test_pull.py
index 266f1c52..53588f6f 100644
--- a/tests/component/deb/test_pull.py
+++ b/tests/component/deb/test_pull.py
@@ -29,7 +29,7 @@ from gbp.scripts.pull import main as pull
class TestPull(ComponentTestBase):
- """Test cloning from a remote"""
+ """Test pulling from a remote"""
@RepoFixtures.native()
def test_pull_explicit_remote(self, repo):