Skip to content

Commit 2d4a16b

Browse files
committed
Fix another merge problem.
1 parent 0522f91 commit 2d4a16b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@ def test_additionalItems_allowed_by_default(self):
334334
"additionalItems" : {"type" : "integer"},
335335
}))
336336

337-
def test_additionalItems_ignores_nonarrays(self):
338-
validate(None, {"additionalItems" : False})
339-
340337
def test_additionalItems_ignored_when_items_is_not_tuple(self):
341338
validate([1, 2], {"additionalItems" : False})
342339

0 commit comments

Comments
 (0)