Skip to content

Commit 3549383

Browse files
shuchunick-amaya-sp
authored andcommitted
fix: Minor typo in the unit test. (feast-dev#4296)
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
1 parent 6f3ccf7 commit 3549383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/unit/local_feast_tests/test_local_feature_store.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_apply_feature_view(test_feature_store):
134134
tags_filter = utils.tags_str_to_dict("('team:matchmaking',)")
135135
assert tags_filter == tags_dict
136136
tags_filter = utils.tags_list_to_dict(("team:matchmaking", "test"))
137-
assert tags_dict == tags_dict
137+
assert tags_filter == tags_dict
138138

139139
# List Feature Views
140140
feature_views = test_feature_store.list_batch_feature_views(tags=tags_filter)

0 commit comments

Comments
 (0)