mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fixed check style error
This commit is contained in:
parent
393fd88d95
commit
3b605b3fd7
@ -52,7 +52,7 @@ TEST_P(ParserTest, parseQuery)
|
||||
ASTPtr ast;
|
||||
ASSERT_NO_THROW(ast = parseQuery(*parser, input_text.begin(), input_text.end(), 0, 0));
|
||||
|
||||
if (std::string("CREATE USER or ALTER USER query").compare(parser->getName())
|
||||
if (std::string("CREATE USER or ALTER USER query").compare(parser->getName())
|
||||
&& std::string("ATTACH access entity query").compare(parser->getName()))
|
||||
{
|
||||
EXPECT_EQ(expected_ast, serializeAST(*ast->clone(), false));
|
||||
|
Loading…
Reference in New Issue
Block a user