Skip to content

Commit ee0035c

Browse files
committed
Remove failed process assertion in test_no_js_console
This process succeeds in later nodejs version
1 parent 9ee7c2e commit ee0035c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_examples.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,5 @@ def test_no_js_console(self):
570570
self.assertNotIn("[log] Log message", output)
571571
self.assertNotIn("[err] Error message", output)
572572

573-
self.assertEquals(error_code, 1, output)
574-
575573
if __name__ == '__main__':
576574
unittest.main()

0 commit comments

Comments
 (0)