| 69 | } |
| 70 | |
| 71 | template <class T> static bool equals(const T & expected, const T & actual) { |
| 72 | return expected == actual; |
| 73 | } |
| 74 | |
| 75 | static common_chat_msg normalize(const common_chat_msg & msg) { |
| 76 | common_chat_msg normalized = msg; |
no test coverage detected