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 <152865565+manu-sj@users.noreply.github.com>
  • Loading branch information
davitbzh and manu-sj authored Dec 3, 2024
1 parent 5b04df8 commit 9e625f0
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 9e625f0

Please sign in to comment.