Skip to content

Commit

Permalink
test: verify newsubmissiondocevent count by day is correct (#6000)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jul 20, 2023
1 parent 38d5860 commit f52d0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/doc/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2585,6 +2585,7 @@ def test_personal_chart(self):
d = r.json()
self.assertEqual(len(d), 1)
self.assertEqual(len(d[0]), 2)
self.assertEqual(d[0][1], 1)

page_url = urlreverse('ietf.person.views.profile', kwargs=dict(email_or_name=person.name))
r = self.client.get(page_url)
Expand Down

0 comments on commit f52d0dd

Please sign in to comment.