|
|
|
@ -22,7 +22,7 @@ import java.util.List; |
|
|
|
import static org.assertj.core.api.Assertions.assertThat; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.ALARM; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.ALARM_DELETE; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.CUSTOM_OR_NA_TYPE; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.NA; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.DEDUPLICATION_TIMEOUT_SELF_MSG; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.DELAY_TIMEOUT_SELF_MSG; |
|
|
|
import static org.thingsboard.server.common.data.msg.TbMsgType.ENTITY_ASSIGNED_TO_EDGE; |
|
|
|
@ -53,7 +53,7 @@ class TbMsgTypeTest { |
|
|
|
DEDUPLICATION_TIMEOUT_SELF_MSG, |
|
|
|
DELAY_TIMEOUT_SELF_MSG, |
|
|
|
MSG_COUNT_SELF_MSG, |
|
|
|
CUSTOM_OR_NA_TYPE |
|
|
|
NA |
|
|
|
); |
|
|
|
|
|
|
|
// backward-compatibility tests
|
|
|
|
|