feiyu02
2022-10-21 f22c4b9230808fed4fec80c435eccb4c833349a0
src/test/kotlin/cn/flightfeather/supervision/timingtask/PushFumeTest.kt
@@ -1,7 +1,6 @@
package cn.flightfeather.supervision.timingtask
import cn.flightfeather.supervision.SupervisionApplication
import cn.flightfeather.supervision.common.net.FumeHttpService
import cn.flightfeather.supervision.domain.entity.AvgFumeMinuteValue
import cn.flightfeather.supervision.domain.entity.FumeMinuteValue
import cn.flightfeather.supervision.domain.mapper.AvgFumeMinuteValueMapper
@@ -21,14 +20,13 @@
import java.util.*
import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit
import kotlin.math.round
@RunWith(SpringJUnit4ClassRunner::class)
@SpringBootTest(classes = [SupervisionApplication::class])
class PushFumeTest {
    @Autowired
    lateinit var pushFume: PushFume
    lateinit var pushFume: TaskPushFume
    @Autowired
    lateinit var fumeMinuteValueMapper: FumeMinuteValueMapper