From 84b96b664556657c3ea11f639ee3d661f6bc73fe Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Sun, 8 Feb 2026 21:52:16 +0800 Subject: [PATCH] test(ActionScheduler): remove unused `actionExecutor` mock --- .../modules/action/dispatcher/executor/ActionSchedulerTest.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Partner-Main/src/test/java/work/slhaf/partner/module/modules/action/dispatcher/executor/ActionSchedulerTest.kt b/Partner-Main/src/test/java/work/slhaf/partner/module/modules/action/dispatcher/executor/ActionSchedulerTest.kt index 3aae4ce4..d7fd5396 100644 --- a/Partner-Main/src/test/java/work/slhaf/partner/module/modules/action/dispatcher/executor/ActionSchedulerTest.kt +++ b/Partner-Main/src/test/java/work/slhaf/partner/module/modules/action/dispatcher/executor/ActionSchedulerTest.kt @@ -41,9 +41,6 @@ import java.time.ZonedDateTime @ExtendWith(MockitoExtension::class) class ActionSchedulerTest { - @Mock - private lateinit var actionExecutor: ActionExecutor - @Mock private lateinit var actionCapability: ActionCapability