We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac014b5 commit 67cb991Copy full SHA for 67cb991
sdk/python/tests/unit/test_types.py
@@ -14,7 +14,7 @@ def test_primitive_feast_type():
14
15
def test_array_feast_type():
16
array_string = Array(String)
17
- assert array_string.to_value_type() == ValueType.STRING_LIST
+ assert array_string.to_value_type() == ValueType.STRING_LIST
18
assert from_value_type(array_string.to_value_type()) == array_string
19
20
array_float_32 = Array(Float32)
0 commit comments