Remove unused getTestArgs struct

pull/4813/head
tstromberg 2019-07-18 18:17:19 -07:00
parent a3d32758f8
commit 22ae10c267
1 changed files with 0 additions and 6 deletions

View File

@ -85,12 +85,6 @@ func TestRetryNotRetriableError(t *testing.T) {
} }
} }
type getTestArgs struct {
input string
expected string
expectedError bool
}
func TestMultiError(t *testing.T) { func TestMultiError(t *testing.T) {
m := MultiError{} m := MultiError{}