Sometimes Last.fm returns an error for dates[1]: No chart available for this user/date-range combination
This commit is contained in:
parent
97ec6f84fc
commit
88a74273a0
|
@ -1236,7 +1236,7 @@ class TestPyLast(unittest.TestCase):
|
||||||
self.helper_dates_valid(dates)
|
self.helper_dates_valid(dates)
|
||||||
|
|
||||||
# Act/Assert
|
# Act/Assert
|
||||||
self.helper_get_assert_charts(lastfm_user, dates[1])
|
self.helper_get_assert_charts(lastfm_user, dates[0])
|
||||||
|
|
||||||
def test_track_top_fans(self):
|
def test_track_top_fans(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
|
|
Loading…
Reference in a new issue