Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzypy committed Oct 20, 2023
1 parent e86137d commit 5830969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analysis/utils/tests/test_cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
)
def test_lower_case_and_strip_spaces(input, expected):
assert False
actual: str = lower_case_and_strip_spaces(input)
assert actual == expected

@pytest.mark.parametrize(
"genre_string_list, combined",
Expand Down

0 comments on commit 5830969

Please sign in to comment.