From c0f9184f7bc09e72d19e8b1d3a146381d0b8859c Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Tue, 15 Nov 2022 22:49:58 +0100 Subject: [PATCH] fix tests --- .../implementation/queue/CommandQueueImplementationTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementation/src/test/java/info/nightscout/implementation/queue/CommandQueueImplementationTest.kt b/implementation/src/test/java/info/nightscout/implementation/queue/CommandQueueImplementationTest.kt index e416baeae5..3d856f602d 100644 --- a/implementation/src/test/java/info/nightscout/implementation/queue/CommandQueueImplementationTest.kt +++ b/implementation/src/test/java/info/nightscout/implementation/queue/CommandQueueImplementationTest.kt @@ -82,7 +82,7 @@ class CommandQueueImplementationTest : TestBaseWithProfile() { activePlugin, context, sp, buildHelper, dateUtil, repository, fabricPrivacy, config, androidPermission, activityNames ) { - override fun notifyAboutNewCommand() {} + override fun notifyAboutNewCommand() : Boolean = true }