Skip to content

Commit

Permalink
Merge pull request #3 from iannesbitt/develop
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
iannesbitt authored Nov 2, 2023
2 parents 10016da + 3482ef3 commit b8dd774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyegt/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b8dd774

Please sign in to comment.