Commit 062405e6 authored by AfirSraftGarrier's avatar AfirSraftGarrier

发送成功消息

parent abbb1747
package iot.sixiang.license.service;
import iot.sixiang.license.BaseTest;
import iot.sixiang.license.model.dto.ReportErrorMsgDTO;
import org.junit.jupiter.api.Test;
import javax.annotation.Resource;
......@@ -21,6 +22,8 @@ public class PmsUseServiceTest extends BaseTest {
@Test
void updateLog() {
pmsUseService.success(1);
ReportErrorMsgDTO reportErrorMsgDTO = new ReportErrorMsgDTO();
reportErrorMsgDTO.setId(1);
pmsUseService.success(reportErrorMsgDTO);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment