Skip to content

Commit

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

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

0 comments on commit e86137d

Please sign in to comment.