Fix Tests: One argument left to delete

This commit is contained in:
swissalpine 2023-11-27 03:12:02 +01:00 committed by GitHub
parent bc5facc623
commit 68720cb2da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }