Skip to content

Commit 61dddbc

Browse files
tgrigsby-scpeitili
andauthored
fix broken unit test (#2099)
Co-authored-by: peitili <62725319+peitili@users.noreply.github.com>
1 parent d6ce0a7 commit 61dddbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_transform.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,10 @@ def test_best_overlap(self):
886886
if props['kind'] == 'building_part':
887887
root_id = props.get('root_id')
888888
self.assertEquals(root_id, 2)
889+
elif props['kind'] == 'building':
890+
root_id = props.get('root_id')
891+
id = props.get('id')
892+
self.assertEquals(root_id, id)
889893
else:
890894
assert 'root_id' not in props
891895

0 commit comments

Comments
 (0)