Spelling check.

This commit is contained in:
Dan Schaper
2017-01-28 15:47:27 -08:00
parent 153a9d8ac7
commit 96c59fada4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ def test_update_package_cache_success_no_errors(Pihole):
''' confirms package cache was updated without any errors'''
updateCache = Pihole.run('''
source /opt/pihole/basic-install.sh
update_pacakge_cache
update_package_cache
''')
assert 'Updating local cache of available packages...' in updateCache.stdout
assert 'done!' in updateCache.stdout