From 7ac9e6f23c0bf8a4154cdd2236dfa75a0ec4785e Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Thu, 22 Aug 2019 10:43:39 -0700 Subject: [PATCH] Remove duplicated DoNotIgnoreErrors method (#2196) --- test/e2e/fixture/app/actions.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/fixture/app/actions.go b/test/e2e/fixture/app/actions.go index 059c2f03c4..e3d94e3f81 100644 --- a/test/e2e/fixture/app/actions.go +++ b/test/e2e/fixture/app/actions.go @@ -28,10 +28,6 @@ func (a *Actions) IgnoreErrors() *Actions { a.ignoreErrors = true return a } -func (a *Actions) DoNotIgnoreErrors() *Actions { - a.ignoreErrors = false - return a -} func (a *Actions) DoNotIgnoreErrors() *Actions { a.ignoreErrors = false