[tests] Removed warning and using namespace std

This commit is contained in:
hsaturn
2023-02-20 02:18:16 +01:00
parent e45af112c2
commit c21b7b63fb
5 changed files with 5 additions and 15 deletions

View File

@@ -12,8 +12,6 @@
* Also, this will allow to mock and thus run Action on github
**/
using namespace std;
MqttBroker broker(1883);
std::map<TinyString, std::map<Topic, int>> published; // map[client_id] => map[topic] = count