Skip to content

Commit 9f57fcd

Browse files
nquinn408ntkathole
authored andcommitted
Update sdk/python/tests/unit/test_on_demand_feature_view_input_schema.py
Co-authored-by: Nikhil Kathole <nkathole@redhat.com> Signed-off-by: Nick Quinn <nicholas_quinn@apple.com>
1 parent 2fda909 commit 9f57fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/tests/unit/test_on_demand_feature_view_input_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def copy_view(df: pd.DataFrame) -> pd.DataFrame:
154154
def test_sources_required_without_input_schema():
155155
"""Constructor raises if neither sources nor input_schema is provided."""
156156
with pytest.raises(
157-
(ValueError, TypeError),
157+
(ValueError),
158158
):
159159

160160
def dummy(df):

0 commit comments

Comments
 (0)