Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turnerm committed Jun 29, 2024
1 parent 8ae9e7c commit de87e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_pipelines(self, configuration, folder):
count = session.scalar(
select(func.count(DBFunding.resource_hdx_id))
)
check.equal(count, 57)
check.equal(count, 56)
count = session.scalar(
select(func.count(DBConflictEvent.resource_hdx_id))
)
Expand Down

0 comments on commit de87e3f

Please sign in to comment.