From 24324e6390af0d158ca6027b6f5bff4957c29eb1 Mon Sep 17 00:00:00 2001 From: nhatthm Date: Fri, 16 Apr 2021 10:37:31 +0200 Subject: [PATCH] Remove redundant init --- survey.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/survey.go b/survey.go index a0b6a41..3ec1219 100644 --- a/survey.go +++ b/survey.go @@ -3,7 +3,6 @@ package surveydog import ( "errors" "sync" - "time" "github.com/AlecAivazis/survey/v2/terminal" "github.com/Netflix/go-expect" @@ -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