Fix Tests: One argument left to delete
This commit is contained in:
parent
bc5facc623
commit
68720cb2da
|
@ -64,7 +64,7 @@ class LoopHubTest: TestBase() {
|
||||||
fun setup() {
|
fun setup() {
|
||||||
loopHub = LoopHubImpl(
|
loopHub = LoopHubImpl(
|
||||||
aapsLogger, commandQueue, constraints, iobCobCalculator, loop,
|
aapsLogger, commandQueue, constraints, iobCobCalculator, loop,
|
||||||
profileFunction, repo, userEntryLogger, sp, overviewData, profileUtil
|
profileFunction, repo, userEntryLogger, sp, overviewData
|
||||||
)
|
)
|
||||||
loopHub.clock = clock
|
loopHub.clock = clock
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue