Skip to content

Commit

Permalink
Merge pull request #633 from ezk84/master
Browse files Browse the repository at this point in the history
Fix compilation error when running tests
  • Loading branch information
riannucci committed Oct 8, 2021
2 parents 8cae8f6 + 5f11d69 commit 33a2c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convey/context.go
Expand Up @@ -187,7 +187,7 @@ func (ctx *context) SoMsg(msg string, actual interface{}, assert Assertion, expe
} else {
ctx.reporter.Enter(reporting.NewScopeReport(msg))
defer ctx.reporter.Exit()
ctx.assertionReport(reporting.NewFailureReport(result))
ctx.assertionReport(reporting.NewFailureReport(result, ctx.shouldShowStack()))
}
}

Expand Down

0 comments on commit 33a2c59

Please sign in to comment.