riku
2021-06-17 81bd0388494d45463de42cd91bd8c33f10f0030a
src/test/kotlin/com/flightfeather/uav/socket/UnderwayProcessorTest.kt
文件名从 src/test/kotlin/com/flightfeather/uav/socket/MessageManagerTest.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() {