Fix expected result in test
This commit is contained in:
parent
0fa96932a4
commit
353e32bd6b
|
@ -140,7 +140,7 @@ class TestPyLastTrack(TestPyLastWithLastFm):
|
|||
# Assert
|
||||
found = False
|
||||
for track in similar:
|
||||
if str(track.item) == "Madonna - Vogue":
|
||||
if str(track.item) == "Cher - Strong Enough":
|
||||
found = True
|
||||
break
|
||||
assert found
|
||||
|
|
Loading…
Reference in a new issue