Skip to content

Commit

Permalink
Merge pull request #335 from cschlaffner/304-todo-304-test-test-wrong…
Browse files Browse the repository at this point in the history
…-method

test_create_histograms tests the right Method now
  • Loading branch information
JanniRoebbecke authored Dec 5, 2023
2 parents bf8f206 + 1a4f3cb commit f1c219d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ def test_create_histograms(

# should throw Value Error
with pytest.raises(ValueError):
# TODO: 304
create_box_plots(
create_histograms(
dataframe_a=input_imputation_df,
dataframe_b=assertion_df_knn,
group_by="wrong_group_by",
visual_transformation="wrong_visual_transformation",
)
return

Expand Down

0 comments on commit f1c219d

Please sign in to comment.