diff --git a/pyegt/test.py b/pyegt/test.py index 73e410b..7b24efe 100644 --- a/pyegt/test.py +++ b/pyegt/test.py @@ -81,7 +81,7 @@ def test(): print(js) fail = False for m in TESTS: - for t in m: + for t in TESTS[m]: if not TESTS[m][t]['result']: fail = True print('%s (%s) test has failed!' % (m, t))