Fix lint issues: thelper linter (#447)

Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
Chris McGehee 2021-05-13 05:09:32 -07:00 committed by GitHub
parent 566f938364
commit dca5e39996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ import (
)
func thelperHandleError(t *testing.T, e error) {
t.Helper()
if e != nil {
t.Errorf(e.Error())
}