summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2020-01-05 12:02:33 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-01-22 19:46:23 -0300
commit6c87b7151c1f7dbf07a309ca6e2cc71800323089 (patch)
treedd309c1ad5b65dd2d8f9cb98b00f4ddd87637234
parentb82d59a79eaf42e6e90347acfb24f77bfc4026b9 (diff)
Fix a test
-rw-r--r--testing/test_abdl.py2
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: