From 9a5f9bfc4f4b153dd0175c63f563d8047e1e2515 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 02 六月 2020 16:43:57 +0800
Subject: [PATCH] 切换为无人机多参数接收服务端

---
 src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/test/kotlin/com/flightfeather/obd/ObdApplicationTests.kt b/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt
similarity index 83%
rename from src/test/kotlin/com/flightfeather/obd/ObdApplicationTests.kt
rename to src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt
index db1a9dc..0f0e75f 100644
--- a/src/test/kotlin/com/flightfeather/obd/ObdApplicationTests.kt
+++ b/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.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

--
Gitblit v1.9.3