Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davitbzh committed Nov 1, 2023
1 parent 896271a commit 87e71c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/core/test_feature_view_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ def test_compute_training_dataset_td_version(self, mocker):
# Act
fv_engine.compute_training_dataset(
feature_view_obj=None,
user_write_options=None,
user_write_options={},
training_dataset_obj=None,
training_dataset_version=1,
)
Expand Down

0 comments on commit 87e71c4

Please sign in to comment.