Fixed D102

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 19:19:58 +03:00
parent ddefcca7ec
commit 055a9996fb

View file

@ -7,6 +7,7 @@ class TestPkgInstalled(unittest.TestCase):
"""Test for installed."""
def setUp(self) -> None:
"""Set the test."""
load = LoadData()
self.data = load.load('sbo')
self.check = Check('sbo')