Sometimes the lastest date range doesn't yet have charts, so get the latest-but-one
This commit is contained in:
parent
5f69aa591c
commit
50f1a0ac8f
|
@ -1204,7 +1204,7 @@ class TestPyLast(unittest.TestCase):
|
|||
self.helper_dates_valid(dates)
|
||||
|
||||
# Act/Assert
|
||||
self.helper_get_assert_charts(group, dates[-1])
|
||||
self.helper_get_assert_charts(group, dates[-2])
|
||||
|
||||
def test_tag_charts(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Reference in a new issue