mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
tests/fprintd: Call the super class on setup
This commit is contained in:
committed by
Bastien Nocera
parent
85aad7bb01
commit
b2ad590891
@ -121,6 +121,7 @@ class FPrintdTest(dbusmock.DBusTestCase):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
fprintd = None
|
||||
|
||||
if 'FPRINT_BUILD_DIR' in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user