mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for test
This commit is contained in:
parent
274417514a
commit
bfe231b854
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class TestPkgInstalled(unittest.TestCase):
|
|||
self.bin_queries = SBoQueries('sbo')
|
||||
self.data = self.bin_queries.repository_data()
|
||||
self.check = Check('sbo', self.data)
|
||||
self.packages = ['audacity', 'Flask', 'awscli']
|
||||
self.packages = ['colored', 'sbo-create', 'sun']
|
||||
|
||||
def test_check_exists(self):
|
||||
self.assertIsNone(self.check.package_exists_in_the_database(self.packages))
|
||||
|
|
Loading…
Reference in a new issue