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 5387178 commit 5137bfcCopy full SHA for 5137bfc
test/test_other.py
@@ -12813,7 +12813,7 @@ def test_node_unhandled_rejection(self):
12813
self.skipTest('old behaviour of node JS cannot be tested on node v15 or above')
12814
12815
output = self.run_js('main.js')
12816
- self.assertContained('ReferenceError: missing is not defined', output)
+ self.assertContained('RuntimeError: Aborted(this error will become an unhandled rejection)', output)
12817
self.assertContained('at foo (', output)
12818
12819
def test_default_pthread_stack_size(self):
0 commit comments