Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claeyswo committed Apr 2, 2024
1 parent cbeeaf1 commit a5ef1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gateway/test_adressenregister.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def test_list_straten(self, gateway, client):
)
assert len(res) == 2
assert res[0].id == "1"
assert res[0].naam == "Acacialaan"
assert res[0].naam() == "Acacialaan"
assert res[0].status == "inGebruik"

def test_get_straat_by_id(self, gateway, client):
Expand Down

0 comments on commit a5ef1ca

Please sign in to comment.