tests: Do not output result.

This commit is contained in:
Christoph Heiss 2018-02-22 20:15:36 +01:00
parent 4530a63b26
commit 0e05a7bf65

View file

@ -19,7 +19,6 @@ int main()
auto result{client.command("mget", "a", "b", "c")};
std::cout << result << std::endl;
return !(
result.type == resply::Result::Type::Array &&
result.array[0].type == resply::Result::Type::String && result.array[0].string == "1" &&