summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-11-15 23:33:03 +0000
committerrsiddharth <s@ricketyspace.net>2016-11-15 23:33:03 +0000
commit7ee55f0fea34fdabf60ebf5161fafd7b440465f0 (patch)
treee6b680dfbd99110f36e49395952e52fd4d92b84f /tests
parentf9a7bcfdbe96fc8b4f0ea9bb4d43429858fe87f4 (diff)
Fix test_slurp_all_gns_readmes test.
* tests/test_gd_diff.py (test_slurp_all_gns_readmes): Fix test.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gd_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gd_diff.py b/tests/test_gd_diff.py
index b736632..78a54fb 100644
--- a/tests/test_gd_diff.py
+++ b/tests/test_gd_diff.py
@@ -287,7 +287,7 @@ class TestGdDiff(object):
# expected packages with no readmes
expected_pkgs_noreadmes = [
'pkg-with-no-readme',
- 'another-pkgs-no-readme',
+ 'another-pkg-no-readme',
]
pkgs_noreadmes = slurp_all_gns_readmes('parkes', pkgs)