Skip to content

Commit

Permalink
Add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
annaCPR committed Dec 3, 2024
1 parent e1d038c commit 0950014
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/app/core/test_organisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@


def test_expected_organisations_present(data_db: Session):
orgs = get_organisations(data_db)
orgs = get_organisations(
data_db, ["UNFCCC.corpus.i00000001.n0000,CCLW.corpus.i00000001.n0000"]
)
assert len(orgs) == EXPECTED_NUM_ORGS

org_names = set([cast(str, org.name) for org in orgs])
Expand Down

0 comments on commit 0950014

Please sign in to comment.