Skip to content

Commit

Permalink
Empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
expediamatt committed Feb 8, 2024
1 parent ac014b5 commit 67cb991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/tests/unit/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_primitive_feast_type():

def test_array_feast_type():
array_string = Array(String)
assert array_string.to_value_type() == ValueType.STRING_LIST
assert array_string.to_value_type() == ValueType.STRING_LIST
assert from_value_type(array_string.to_value_type()) == array_string

array_float_32 = Array(Float32)
Expand Down

0 comments on commit 67cb991

Please sign in to comment.