diff --git a/tests/test_db.py b/tests/test_db.py index 393cd2f..5dedead 100644 --- a/tests/test_db.py +++ b/tests/test_db.py @@ -280,5 +280,5 @@ def test_top_authors(seeded_db): # Alice and Bob each have 2 drafts, Carol has 2 as well assert len(top) > 0 # First author should have most drafts - name, aff, count, draft_names = top[0] + name, aff, count, draft_names, person_id = top[0] assert count >= 2