mirror of https://github.com/stretchr/testify.git
Remove unreachable code
parent
841b040dd7
commit
cfc83347cf
|
@ -409,8 +409,6 @@ func (args Arguments) String(indexOrNil ...int) string {
|
|||
panic(fmt.Sprint("assert: arguments: Wrong number of arguments passed to String. Must be 0 or 1, not %d", len(indexOrNil)))
|
||||
}
|
||||
|
||||
return ""
|
||||
|
||||
}
|
||||
|
||||
// Int gets the argument at the specified index. Panics if there is no argument, or
|
||||
|
|
Loading…
Reference in New Issue