The test's function name correctly labelled it as bad, but the comment conflicted with this.
This commit is contained in:
Chris Smowton 2021-03-22 10:55:16 +00:00
Родитель 1655c03cf7
Коммит cb8025b486
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -108,7 +108,7 @@ func thenBranchGoodInterproceduralError() error {
func thenBranchBadInterproceduralError() error {
if errorSource() != ErrNone {
// Good: returning nil despite an error
// Bad: returning nil despite an error
return getNil()
}
doSomething()