avoid underscore in gtest name

This commit is contained in:
SuperDJY 2021-12-31 10:19:03 +08:00 committed by GitHub
parent 4c36657926
commit 4322fd4bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
using namespace DB;
TEST(Common, ConfigHelper_getBool)
TEST(Common, ConfigHelperGetBool)
{
std::string xml(R"CONFIG(<clickhouse>
<zero_as_false>0</zero_as_false>