We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279113c commit 60f8b54Copy full SHA for 60f8b54
test/lib/ReturnMatcher.cpp
@@ -24,7 +24,7 @@ ReturnMatcher &ReturnMatcher::operator=(memcached_st *memc_) {
24
}
25
26
string ReturnMatcher::describe() const {
27
- return "is " + to_string(expected)
28
- + "\n actual: " + memcached_last_error_message(memc);
+ return "// but '" + to_string(expected) + "' was expected\n"
+ + "last error: " + memcached_last_error_message(memc);
29
30
0 commit comments