Skip to content

Commit fb534d6

Browse files
authored
fixed tests (#486)
2 parents ca54314 + 4bf6655 commit fb534d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/feature_store/test_streaming_dataframe_feature_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ def test_feature_group_materialization_with_streaming_data_frame_and_expectation
131131
)
132132
expectation_suite_trans.add_expectation(
133133
ExpectationConfiguration(
134-
expectation_type="EXPECT_COLUMN_VALUES_TO_BE_NULL",
134+
expectation_type="expect_column_values_to_not_be_null",
135135
kwargs={"column": "date"},
136136
)
137137
)
138138
expectation_suite_trans.add_expectation(
139139
ExpectationConfiguration(
140-
expectation_type="EXPECT_COLUMN_VALUES_TO_NOT_BE_NULL",
140+
expectation_type="expect_column_values_to_not_be_null",
141141
kwargs={"column": "date"},
142142
)
143143
)

0 commit comments

Comments
 (0)