Skip to content

Commit 5137bfc

Browse files
committed
Update error message in one more place
1 parent 5387178 commit 5137bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12813,7 +12813,7 @@ def test_node_unhandled_rejection(self):
1281312813
self.skipTest('old behaviour of node JS cannot be tested on node v15 or above')
1281412814

1281512815
output = self.run_js('main.js')
12816-
self.assertContained('ReferenceError: missing is not defined', output)
12816+
self.assertContained('RuntimeError: Aborted(this error will become an unhandled rejection)', output)
1281712817
self.assertContained('at foo (', output)
1281812818

1281912819
def test_default_pthread_stack_size(self):

0 commit comments

Comments
 (0)