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