Skip to content

Commit 3d58180

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

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
@@ -1864,7 +1864,7 @@ def test_translate_column_names_missing_column_projected_field_fallbacks_to_init
18641864
)
18651865

18661866
# Projected field value that differs from both the expression literal and initial_default
1867-
projected_field_values = {"missing_col_1": 10} # This doesn't match expression literal (42)
1867+
projected_field_values = {"missing_col": 10} # This doesn't match expression literal (42)
18681868

18691869
# Translate column names
18701870
translated_expr = translate_column_names(

0 commit comments

Comments
 (0)