Skip to content

Commit

Permalink
fix: Minor typo in the unit test. (feast-dev#4296)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu authored and nick-amaya-sp committed Jul 23, 2024
1 parent 6f3ccf7 commit 3549383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_apply_feature_view(test_feature_store):
tags_filter = utils.tags_str_to_dict("('team:matchmaking',)")
assert tags_filter == tags_dict
tags_filter = utils.tags_list_to_dict(("team:matchmaking", "test"))
assert tags_dict == tags_dict
assert tags_filter == tags_dict

# List Feature Views
feature_views = test_feature_store.list_batch_feature_views(tags=tags_filter)
Expand Down

0 comments on commit 3549383

Please sign in to comment.