Skip to content

Commit 6c90c6a

Browse files
author
A M Chung
committed
unit test update
1 parent 3ff0b68 commit 6c90c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/core/error_helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ suite('Global Error Handling', function() {
812812
assert.strictEqual(log.length, 2);
813813
let temp = log[1].split('\n');
814814
temp = temp.filter(e => e.trim().length > 0);
815-
assert.strictEqual(temp.length, 2);
815+
assert.strictEqual(temp.length, 4);
816816
assert.match(log[0], /"asdfg" is not defined/);
817817
assert.match(temp[0], /Error at/);
818818
assert.match(temp[0], /myfun/);

0 commit comments

Comments
 (0)