Skip to content

Commit

Permalink
Update python/tests/test_feature_group.py
Browse files Browse the repository at this point in the history
Co-authored-by: manu-sj <[email protected]>
  • Loading branch information
2 people authored and davitbzh committed Dec 5, 2024
1 parent d705c22 commit 7fe58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_feature_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
featurestore_name="fs",
features=[
feature.Feature("pk", primary=True),
feature.Feature("fk", foreign=False),
feature.Feature("fk", foreign=True),
feature.Feature("ts", primary=False),
feature.Feature("f1", primary=False),
feature.Feature("f2", primary=False),
Expand Down

0 comments on commit 7fe58eb

Please sign in to comment.