Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed May 23, 2020
1 parent 3ee0647 commit 3b4e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobdd.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (s *Suite) runStep(ctx Context, t *testing.T, step *msgs.GherkinDocument_Fe
})
}

func (def *stepDef) run(ctx Context, t TestingT, params [][]byte) {
func (def *stepDef) run(ctx Context, t TestingT, params [][]byte) { // nolint:interfacer
defer func() {
if r := recover(); r != nil {
t.Errorf("%+v", r)
Expand Down

0 comments on commit 3b4e79d

Please sign in to comment.