yishangru

Results 1 issues of yishangru

https://github.com/stretchr/testify/blob/181cea6eab8b2de7071383eca4be32a424db38dd/assert/assertions.go#L144 Above link directs to the line to blame. This will remove the absolute path info retrieved from `runtime.Caller(i)`. ``` parts := strings.Split(file, "/") file = parts[len(parts)-1] ``` Reproduce: 1....