From 6c87b7151c1f7dbf07a309ca6e2cc71800323089 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sun, 5 Jan 2020 12:02:33 -0300 Subject: Fix a test --- testing/test_abdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/test_abdl.py b/testing/test_abdl.py index 4f5241f..f9eedcc 100644 --- a/testing/test_abdl.py +++ b/testing/test_abdl.py @@ -174,7 +174,7 @@ def test_param(foo, pat): def deep(foo): for x in pairs(foo): try: - y = x['0'] + y = x[1]['0'] except (TypeError, IndexError, KeyError): raise abdl.ValidationError else: -- cgit 1.4.1