Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGe committed Jan 28, 2021
1 parent 2b4fa25 commit 3ea685d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crabpy/gateway/capakey.py
Expand Up @@ -837,8 +837,8 @@ def __init__(
self.id = id
self.sectie = sectie
self.capakey = capakey
self.adres = adres
self.percid = percid
self.adres = adres
self._capatype = capatype
self._cashkey = cashkey
self._centroid = centroid
Expand Down
2 changes: 1 addition & 1 deletion tests/gateway/test_capakey.py
Expand Up @@ -352,7 +352,7 @@ class TestPerceel:
def test_fully_initialised(self):
p = Perceel(
'1154/02C000', Sectie('A', Afdeling(46013)),
'40613A1154/02C000', ['Teststraat 10, 2000 Gemeente'], '40613_A_1154_C_000_02',
'40613A1154/02C000', '40613_A_1154_C_000_02', ['Teststraat 10, 2000 Gemeente'],
'capaty', 'cashkey',
(104893.06375, 196022.244094),
(104002.076625, 194168.3415, 105784.050875, 197876.146688)
Expand Down

0 comments on commit 3ea685d

Please sign in to comment.