Skip to content

Commit

Permalink
add assert on do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 27, 2023
1 parent 661225b commit 5e2dbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/compare/test_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ def test_compare(data_sources):
assert len(compare_res["create"]) == 1
assert len(compare_res["update"]) == 1
assert len(compare_res["delete"]) == 1
assert "2" not in compare_res

1 comment on commit 5e2dbe7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py120100% 
   compare.py120100% 
   extract.py4877 85%
   load.py8566 93%
   transform.py1377 46%
harvester/utils
   __init__.py20100% 
   json.py40100% 
harvester/validate
   __init__.py20100% 
   dcat_us.py2433 88%
TOTAL2022389% 

Tests Skipped Failures Errors Time
24 0 💤 0 ❌ 0 🔥 18.493s ⏱️

Please sign in to comment.