Commit 97e32357 authored by Krystian Kuzniarek's avatar Krystian Kuzniarek

rename a test

parent 53a40535
......@@ -163,7 +163,7 @@ struct not_comparable
bool operator==(const not_comparable& other) const = delete;
};
TEST(optional, is_comparable_type)
TEST(has_equalto_operator, is_comparable_type)
{
using Pistache::types::has_equalto_operator;
EXPECT_FALSE(has_equalto_operator<not_comparable>::value);
......
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