We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c6915 commit dc12241Copy full SHA for dc12241
tests/python/test_functions_this.py
@@ -216,5 +216,4 @@ def some_method():
216
assert (False)
217
except Exception as e:
218
assert str(type(e)) == "<class 'pythonmonkey.SpiderMonkeyError'>"
219
- assert str(e).__contains__('TypeError:')
220
assert str(e).__contains__('takes 0 positional arguments but 1 was given')
0 commit comments