Skip to content

Commit 67cb991

Browse files
committed
Empty commit
1 parent ac014b5 commit 67cb991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/unit/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_primitive_feast_type():
1414

1515
def test_array_feast_type():
1616
array_string = Array(String)
17-
assert array_string.to_value_type() == ValueType.STRING_LIST
17+
assert array_string.to_value_type() == ValueType.STRING_LIST
1818
assert from_value_type(array_string.to_value_type()) == array_string
1919

2020
array_float_32 = Array(Float32)

0 commit comments

Comments
 (0)