remove todo

This commit is contained in:
Arthur Passos 2024-07-25 09:13:09 -03:00
parent f3f9d5f4de
commit 8eda32600f

View File

@ -63,7 +63,6 @@ TEST_P(ParserKQLTest, parseKQLQuery)
{
if (input_text.starts_with("ATTACH"))
{
// todo arthur check
auto salt = (dynamic_cast<const ASTCreateUserQuery *>(ast.get())->authentication_methods.back())->getSalt().value_or("");
EXPECT_TRUE(re2::RE2::FullMatch(salt, expected_ast));
}