Skip to content

Commit

Permalink
#268 bugfix geemente lijst
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Van Campenhout committed Jan 3, 2025
1 parent e161e46 commit b220779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gateway/test_adressenregister.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def test_list_gemeenten_by_provincie(self, gateway, client):
res = gateway.list_gemeenten_by_provincie(
Provincie("10000", "antwerpen", 2, gateway)
)
assert len(res) == 70
assert len(res) == 69
assert res[0].niscode == "11001"

def test_get_gewest_by_unexisting_id(self, gateway):
Expand Down Expand Up @@ -531,7 +531,7 @@ def test_gemeenten(self, gateway, client):
"10000", "Antwerpen", Gewest(2, "2000", "Vlaanderen", None, None), gateway
)
res = p.gemeenten
assert len(res) == 70
assert len(res) == 69
assert res[0].niscode == "11001"


Expand Down

0 comments on commit b220779

Please sign in to comment.