Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Sep 6, 2023
1 parent 8d84dd1 commit b35859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/executor/test_create_udf_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_should_raise_error_on_incorrect_io_definition(
with self.assertRaises(RuntimeError) as exc:
next(create_function_executor.exec())
self.assertIn(
"Error creating Function, input/output definition incorrect:",
"Error creating function, input/output definition incorrect:",
str(exc.exception),
)

Expand Down

0 comments on commit b35859f

Please sign in to comment.