Skip to content

Commit fc91dfa

Browse files
committed
fix
1 parent d7b97a2 commit fc91dfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/message/test_runner_output.out

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ not ok 13 - async assertion fail
129129
failureType: 'testCodeFailure'
130130
error: |-
131131
Expected values to be strictly equal:
132-
132+
133133
true !== false
134-
134+
135135
code: 'ERR_ASSERTION'
136136
stack: |-
137137
*
@@ -607,8 +607,8 @@ not ok 61 - invalid subtest fail
607607
# Warning: Test "callback async throw after done" generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.
608608
# tests 61
609609
# pass 26
610-
# fail 20
611-
# cancelled 0
610+
# fail 18
611+
# cancelled 2
612612
# skipped 10
613613
# todo 5
614614
# duration_ms *

0 commit comments

Comments
 (0)