Remove unused getTestArgs struct
parent
a3d32758f8
commit
22ae10c267
|
|
@ -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{}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue