Skip to content

Commit

Permalink
Update test to match new chamber-inclusive sponsor match logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Sep 10, 2024
1 parent a05419b commit ee86245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstates/scrape/tests/test_bill_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_add_sponsor():
)
assert len(b.sponsorships) == 1
assert b.sponsorships[0] == {
"person_id": '~{"name": "Joe Bleu"}',
"person_id": '~{"chamber": "upper", "name": "Joe Bleu"}',
"name": "Joe Bleu",
"classification": "Author",
"entity_type": "person",
Expand Down

0 comments on commit ee86245

Please sign in to comment.