From 9b28cffc6083efeb4d8fd729c9be7a29767b8c77 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 12 Jan 2018 14:32:11 +0200 Subject: tests: fix typo in docstring Signed-off-by: Markus Lehtonen --- tests/component/deb/test_pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3