We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4477c commit 561a9bcCopy full SHA for 561a9bc
tests/test_mindsdb/test_knowledgebase_index.py
@@ -11,7 +11,7 @@ def test_create_knowledge_base_index(self):
11
ast = parse_sql(sql)
12
print(ast)
13
expected_ast = CreateKnowledgeBaseIndex(
14
- name=Identifier('my_index'),
+ name=Identifier('my_kb'),
15
)
16
assert str(ast).lower() == sql.lower()
17
assert ast.to_tree() == expected_ast.to_tree()
0 commit comments