Skip to content

Commit

Permalink
fix failing snowpark test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Jun 17, 2024
1 parent cab1e67 commit 8312304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/test_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@ def return_type_in_dataframe(x):
[[True]],
(
"<class 'bool'>",
"<class 'numpy.bool'>",
"<class 'numpy.bool_'>",
),
("bool",),
Expand Down

0 comments on commit 8312304

Please sign in to comment.