Skip to content

Commit

Permalink
Fix unreliable CD query test using barcode with one result.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriferson committed Jan 19, 2024
1 parent de72fb7 commit 5b59e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test__cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)

init_musicbrainz(USERAGENT)
test_cd = CD.find_cd(727701816029, choice=False)
test_cd = CD.find_cd(7277017746006, choice=False)


def test_cd_artist():
Expand All @@ -18,4 +18,4 @@ def test_cd_album():
assert test_cd.title == 'Comalies'

def test_cd_track_length():
assert len(test_cd) == 13
assert len(test_cd) == 14

0 comments on commit 5b59e30

Please sign in to comment.