[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

@@ -11,8 +11,6 @@
* Checks with a local broker. Clients must connect to the local broker
**/
using namespace std;
MqttBroker broker(1883);
std::map<TinyString, std::map<Topic, int>> published; // map[client_id] => map[topic] = count