Skip to content

Commit facb58f

Browse files
committed
fix
1 parent cb1dfd1 commit facb58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mindsdb/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_create_view_with_variables(self):
6767
assert '@var2' in ast.query_str
6868
assert ast.query_str == query_str
6969

70-
def test_alter_view_with_variableы(self):
70+
def test_alter_view_with_variables(self):
7171
"""Test that @ prefix is preserved in ALTER VIEW query_str"""
7272
query_str = "SELECT @var1, @@sys_var FROM tbl WHERE x = @var2"
7373
sql = f"ALTER VIEW myview AS ({query_str})"

0 commit comments

Comments
 (0)