Skip to content

Commit 3cd3c35

Browse files
committed
correcting context argument
1 parent 3023683 commit 3cd3c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/engine/test_python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ def plus_one(col1, context):
27202720
result = python_engine._apply_transformation_function(
27212721
transformation_functions=fv.transformation_functions,
27222722
dataset=df,
2723-
transformation_context={"text": 10},
2723+
transformation_context={"test": 10},
27242724
)
27252725

27262726
# Assert

0 commit comments

Comments
 (0)