Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leilafarsani committed Dec 6, 2024
1 parent 79bf70e commit fcb2698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_at_transaction_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_country_set():
assert [
{
"recipient_country_code": "GB",
"recipient_region_code": None,
"sectors": [],
"value": 1000,
}
Expand All @@ -42,6 +43,7 @@ def test_sector_set():
assert [
{
"recipient_country_code": None,
"recipient_region_code": None,
"sectors": [{"code": "Henry", "vocabulary": "cats"}],
"value": 1000,
},
Expand Down

0 comments on commit fcb2698

Please sign in to comment.