From 81bd0388494d45463de42cd91bd8c33f10f0030a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 17 六月 2021 10:27:21 +0800
Subject: [PATCH] 1. 新增用电量数据的接收协议 2. 调整socket接收模块的代码结构

---
 src/test/kotlin/com/flightfeather/uav/socket/UnderwayProcessorTest.kt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/test/kotlin/com/flightfeather/uav/socket/MessageManagerTest.kt b/src/test/kotlin/com/flightfeather/uav/socket/UnderwayProcessorTest.kt
similarity index 74%
rename from src/test/kotlin/com/flightfeather/uav/socket/MessageManagerTest.kt
rename to src/test/kotlin/com/flightfeather/uav/socket/UnderwayProcessorTest.kt
index 38b1810..cfa3b78 100644
--- a/src/test/kotlin/com/flightfeather/uav/socket/MessageManagerTest.kt
+++ b/src/test/kotlin/com/flightfeather/uav/socket/UnderwayProcessorTest.kt
@@ -1,14 +1,15 @@
 package com.flightfeather.uav.socket
 
+import com.flightfeather.uav.socket.processor.UnderwayProcessor
 import org.junit.Test
 
 /**
  * @author riku
  * Date: 2019/9/16
  */
-class MessageManagerTest {
+class UnderwayProcessorTest {
 
-    private val messageManager = MessageManager()
+    private val messageManager = UnderwayProcessor()
 
     @Test
     fun bccCheck() {

--
Gitblit v1.9.3