Skip to content

Commit

Permalink
Remove unnecessary line.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Apr 5, 2024
1 parent d786692 commit 1f15c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_ml_pipeline_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def test_save_themes_to_answers():
answer1 = factories.AnswerFactory(question=question, theme=None)
answer2 = factories.AnswerFactory(question=question, theme=None)
answer3 = factories.AnswerFactory(question=question, theme=None)
assert not answer1.theme
answers_df = pd.DataFrame(
{
"id": [answer1.id, answer2.id, answer3.id],
Expand Down

0 comments on commit 1f15c6c

Please sign in to comment.