Skip to content

Commit 4d88be8

Browse files
Fokkokevinjqliu
andauthored
Update comment
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent fc9b79d commit 4d88be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/expressions/test_visitors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ def test_translate_column_names_missing_column_projected_field_fallbacks_to_init
18871887
projected_field_values={2: 10}, # This doesn't match expression literal (42)
18881888
)
18891889

1890-
# Should evaluate to AlwaysFalse since projected field value doesn't
1890+
# Should evaluate to AlwaysFalse since projected field value doesn't match the expression literal
18911891
assert translated_expr == AlwaysFalse()
18921892

18931893

0 commit comments

Comments
 (0)