Skip to content

Commit c65f5e8

Browse files
committed
Fix typo.
1 parent 4b5b319 commit c65f5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/earl-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ EarlReport.prototype.addAssertion = function(test, pass, options) {
9494
'earl:result': {
9595
'@type': 'earl:TestResult',
9696
'dc:date': this.now.toISOString(),
97-
'earl:outcome': pass ? 'earl:passed' : 'earl:failed'
97+
'earl:outcome': pass ? 'earl:passed' : 'earl:failed',
9898
...options.extra
9999
}
100100
});

0 commit comments

Comments
 (0)