summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2018-01-12 14:32:11 +0200
committerGuido Günther <agx@sigxcpu.org>2018-01-23 08:22:00 +0100
commit9b28cffc6083efeb4d8fd729c9be7a29767b8c77 (patch)
tree49bd3a547ac2226faa6934f2b2a2afb362fc244d
parent362f79369d59350d424532df3f80372557563bfc (diff)
tests: fix typo in docstring
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-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):