Skip to content

Commit f447548

Browse files
committed
minor fix for Cucumber
1 parent f4643d0 commit f447548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/reporter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ class MyReporter {
465465
text: log.consoleProps.step.text,
466466
started_at: new Date().toISOString(),
467467
finished_at: new Date().toISOString(),
468-
duration: undefined,
468+
duration: 0,
469469
result: 'passed'
470470
}
471471
];

0 commit comments

Comments
 (0)