Skip to content

Commit

Permalink
Print verbose error to enable traces
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Jul 7, 2023
1 parent 72db47c commit 51d164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func (s *suite) runPickle(pickle *messages.Pickle) (err error) {
s.testingT.Run(pickle.Name, func(t *testing.T) {
ctx, err = s.runSteps(ctx, pickle, pickle.Steps)
if s.shouldFail(err) {
t.Error(err)
t.Errorf("%+v", err)
}
})
} else {
Expand Down

0 comments on commit 51d164f

Please sign in to comment.