test-api: fix stat type
Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:
@@ -240,7 +240,7 @@ class SeqCutOffParameters:
|
||||
|
||||
|
||||
class PromotionParametersNhit:
|
||||
def __init__(self, threshold: Size = None, trigger: int = None):
|
||||
def __init__(self, threshold: int = None, trigger: int = None):
|
||||
self.threshold = threshold
|
||||
self.trigger = trigger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user