Commit 214f101f authored by Dominik Charousset's avatar Dominik Charousset

Make readonly variable in unit test const

parent 57abb13f
...@@ -39,7 +39,7 @@ public: ...@@ -39,7 +39,7 @@ public:
} }
}; };
uint16_t port = 8080; const uint16_t port = 8080;
const char* server = "mars"; const char* server = "mars";
......
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