riku
2020-06-02 9a5f9bfc4f4b153dd0175c63f563d8047e1e2515
src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt
文件名从 src/test/kotlin/com/flightfeather/obd/ObdApplicationTests.kt 修改
@@ -1,8 +1,7 @@
package com.flightfeather.obd
package com.flightfeather.uav
import com.flightfeather.obd.domain.mapper.ObdDataMapper
import com.flightfeather.obd.lightshare.bean.BaseJson
import com.flightfeather.obd.lightshare.bean.ObdDataVo
import com.flightfeather.uav.domain.mapper.ObdDataMapper
import com.flightfeather.uav.lightshare.bean.ObdDataVo
import com.google.gson.Gson
import org.junit.Test
import org.junit.runner.RunWith
@@ -13,7 +12,7 @@
@RunWith(SpringRunner::class)
@SpringBootTest
class ObdApplicationTests {
class UAVApplicationTests {
    @Autowired
    lateinit var obdDataMapper: ObdDataMapper