Skip to content

Commit 61b2120

Browse files
committed
fix tests
1 parent 793f90a commit 61b2120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base_sql/test_show.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_full_columns(self):
9393
expected_ast = Show(
9494
category='COLUMNS',
9595
modes=['FULL'],
96-
from_table=Identifier('files.concrete')
96+
from_table=Identifier('`files`.`concrete`')
9797
)
9898

9999
assert str(ast) == str(expected_ast)

0 commit comments

Comments
 (0)