From f266ec6ab7eb902a0e84214546615204a9c71d2a Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 25 Feb 2014 12:01:12 +0200 Subject: rpm tests: trivial typo fixes for pq-rpm tests Change-Id: I6e19c0af49d7484b7165b88f9454159c2d0a1a7e Signed-off-by: Markus Lehtonen --- tests/component/rpm/test_pq_rpm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/component/rpm/test_pq_rpm.py b/tests/component/rpm/test_pq_rpm.py index eda075d7..a31ce9ba 100644 --- a/tests/component/rpm/test_pq_rpm.py +++ b/tests/component/rpm/test_pq_rpm.py @@ -36,11 +36,11 @@ DATA_DIR = RPM_TEST_DATA_DIR def mock_pq(args): """Wrapper for pq""" - # Call import-orig-rpm with added arg0 + # Call pq-rpm with added arg0 return pq(['arg0'] + args) class TestPqRpm(ComponentTestBase): - """Basic tests for git-import-orig-rpm""" + """Basic tests for gbp-pq-rpm""" @classmethod def setup_class(cls): -- cgit v1.2.3