Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Nov 15, 2024
1 parent fd93fa1 commit a34e800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_parse_artist():
def test_parse_album_search():
songs = parse_query(ALBUM_SEARCH)

assert len(songs) > 1
assert len(songs) > 0


@pytest.mark.vcr()
Expand Down

0 comments on commit a34e800

Please sign in to comment.