Skip to content

Commit 5f3c347

Browse files
Famlamfrodrigo
authored andcommitted
Add test against duplicate checks
1 parent 72fb2f7 commit 5f3c347

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/TagFix_BadValue.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,6 @@ def test(self):
172172
for t in [{"type": "associatedStreet"},
173173
]:
174174
assert not a.relation(None, t, None), t
175+
176+
# Assure keys are not present in both sets
177+
assert not a.check_list_open & a.check_list_closed

0 commit comments

Comments
 (0)