Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Remove redundant init
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Apr 16, 2021
1 parent a9c5ea6 commit 24324e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions survey.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package surveydog
import (
"errors"
"sync"
"time"

"github.com/AlecAivazis/survey/v2/terminal"
"github.com/Netflix/go-expect"
Expand All @@ -13,11 +12,6 @@ import (
"github.com/stretchr/testify/require"
)

// nolint: gochecknoinits
func init() {
surveyexpect.ReactionTime = 10 * time.Millisecond
}

// Survey is a wrapper around *surveyexpect.Survey to make it run with cucumber/godog.
type Survey struct {
*surveyexpect.Survey
Expand Down

0 comments on commit 24324e6

Please # to comment.