diff --git a/feathr_project/test/test_fixture.py b/feathr_project/test/test_fixture.py index 4f03a8951..8c53b7acf 100644 --- a/feathr_project/test/test_fixture.py +++ b/feathr_project/test/test_fixture.py @@ -466,7 +466,7 @@ def time_partition_pattern_feature_join_test_setup(config_path: str, data_source postfix_path=postfix_path ) tpp_key = TypedKey(key_column="f_location_max_fare", - key_column_type=FLOAT) + key_column_type=ValueType.FLOAT) tpp_features = [ Feature(name="key0", key=tpp_key,