Skip to content

Commit 4bf6655

Browse files
committed
fixed tests
1 parent 8b9e266 commit 4bf6655

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)