Skip to content

Commit 4757d6f

Browse files
kevinjqliuCopilot
andauthored
Update tests/expressions/test_visitors.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3d58180 commit 4757d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/expressions/test_visitors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ def test_translate_column_names_missing_column_projected_field_matches_initial_d
18951895
)
18961896

18971897
# Projected field value that matches the expression literal
1898-
projected_field_values = {"missing_col_1": 10} # This doesn't match expression literal (42)
1898+
projected_field_values = {"missing_col": 10} # This doesn't match expression literal (42)
18991899

19001900
# Translate column names
19011901
translated_expr = translate_column_names(

0 commit comments

Comments
 (0)