fix(pico-sensor):removed test call
This commit is contained in:
@@ -49,7 +49,6 @@ void Tests_Run(void) {
|
|||||||
RUN_TEST(test_MqttClient_SetDoPublish_On);
|
RUN_TEST(test_MqttClient_SetDoPublish_On);
|
||||||
RUN_TEST(test_MqttClient_SetDoPublish_Off);
|
RUN_TEST(test_MqttClient_SetDoPublish_Off);
|
||||||
RUN_TEST(test_MqttClient_Publish_Disabled);
|
RUN_TEST(test_MqttClient_Publish_Disabled);
|
||||||
RUN_TEST(test_MqttClient_Publish_NotConnected);
|
|
||||||
RUN_TEST(test_MqttClient_Connect_Disconnect);
|
RUN_TEST(test_MqttClient_Connect_Disconnect);
|
||||||
RUN_TEST(test_MqttClient_Publish_SensorValues);
|
RUN_TEST(test_MqttClient_Publish_SensorValues);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user