Skip to content

Commit 25274b0

Browse files
authored
updated base formatter to set a scenario as passed unless there exist… (#582)
1 parent c61a939 commit 25274b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/formatters/fmt_base.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ func (f *Base) Summary() {
106106

107107
switch sr.Status {
108108
case passed:
109-
prStatus = passed
110109
passedSt++
111110
case failed:
112111
prStatus = failed

0 commit comments

Comments
 (0)