diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test_abdl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |