Skip to content

Commit 95f9183

Browse files
committedMay 30, 2024··
rename imputation engine unittest
1 parent 0410903 commit 95f9183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/imputation/test_engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def test_input_data_contains_nulls(fxt_load_test_csv, fxt_spark_session):
425425
impute(input_df=test_dataframe, **params)
426426

427427

428-
def test_back_data_mc_fimc_back_data(fxt_load_test_csv, fxt_spark_session):
428+
def test_back_data_mc_fimc(fxt_load_test_csv, fxt_spark_session):
429429
test_dataframe = fxt_load_test_csv(
430430
dataframe_columns,
431431
dataframe_types,

0 commit comments

Comments
 (0)
Please sign in to comment.