forked from p15670423/monkey
UT: Remove collection warnings for TestClass{4,5}
This commit is contained in:
parent
54d34d1816
commit
92349d8f8e
|
@ -191,6 +191,8 @@ class ServiceC(IServiceC):
|
|||
|
||||
|
||||
class TestClass4:
|
||||
__test__ = False
|
||||
|
||||
def __init__(self, service_c: IServiceC):
|
||||
self.service_c = service_c
|
||||
|
||||
|
@ -217,6 +219,8 @@ class ServiceD(IServiceD):
|
|||
|
||||
|
||||
class TestClass5:
|
||||
__test__ = False
|
||||
|
||||
def __init__(self, service_d: IServiceD):
|
||||
self.service_d = service_d
|
||||
|
||||
|
|
Loading…
Reference in New Issue