| 61 | } |
| 62 | |
| 63 | template <class T> static bool equals(const T & expected, const T & actual) { |
| 64 | return expected == actual; |
| 65 | } |
| 66 | |
| 67 | static common_chat_msg normalize(const common_chat_msg & msg) { |
| 68 | common_chat_msg normalized = msg; |
no test coverage detected