a non-default timer wasn't actually used by the individual Tests.
This commit is contained in:
parent
4502dcd48c
commit
49b881410b
|
@ -230,7 +230,7 @@ class Test:
|
|||
raise ValueError('at least one calibration run is required')
|
||||
self.calibration_runs = calibration_runs
|
||||
if timer is not None:
|
||||
timer = timer
|
||||
self.timer = timer
|
||||
|
||||
# Init variables
|
||||
self.times = []
|
||||
|
|
Loading…
Reference in New Issue