Skip to content

Commit 51d164f

Browse files
committed
Print verbose error to enable traces
1 parent 72db47c commit 51d164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ func (s *suite) runPickle(pickle *messages.Pickle) (err error) {
473473
s.testingT.Run(pickle.Name, func(t *testing.T) {
474474
ctx, err = s.runSteps(ctx, pickle, pickle.Steps)
475475
if s.shouldFail(err) {
476-
t.Error(err)
476+
t.Errorf("%+v", err)
477477
}
478478
})
479479
} else {

0 commit comments

Comments
 (0)