Skip to content

Commit 33a2c59

Browse files
authored
Merge pull request #633 from ezk84/master
Fix compilation error when running tests
2 parents 8cae8f6 + 5f11d69 commit 33a2c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convey/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (ctx *context) SoMsg(msg string, actual interface{}, assert Assertion, expe
187187
} else {
188188
ctx.reporter.Enter(reporting.NewScopeReport(msg))
189189
defer ctx.reporter.Exit()
190-
ctx.assertionReport(reporting.NewFailureReport(result))
190+
ctx.assertionReport(reporting.NewFailureReport(result, ctx.shouldShowStack()))
191191
}
192192
}
193193

0 commit comments

Comments
 (0)