Fix lints

This commit is contained in:
Sam Park
2020-01-24 22:59:39 -08:00
parent 3af4eb393e
commit 6a4236b24d

View File

@@ -200,7 +200,7 @@ func TestGithubClient_PaginatesComments(t *testing.T) {
)
}
w.Write([]byte(issueResps[calls])) // nolint: errcheck
calls += 1
calls++
}
}),
)