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