Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Park committed Jan 25, 2020
1 parent 3af4eb3 commit 6a4236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/vcs/github_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func TestGithubClient_PaginatesComments(t *testing.T) {
)
}
w.Write([]byte(issueResps[calls])) // nolint: errcheck
calls += 1
calls++
}
}),
)
Expand Down

0 comments on commit 6a4236b

Please sign in to comment.