Skip to content

Commit

Permalink
missed test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
latortuga71 committed Nov 18, 2022
1 parent aea8cb0 commit 70bd5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/code_review_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var _ = Describe("E2E TEST:"+checks.CheckCodeReview, func() {
repo, err := githubrepo.MakeGithubRepo("spring-projects/spring-framework")
Expect(err).Should(BeNil())
repoClient := githubrepo.CreateGithubRepoClient(context.Background(), logger)
err = repoClient.InitRepo(repo, "ca5e453f87f7e84033bb90a2fb54ee9f7fc94d61")
err = repoClient.InitRepo(repo, "ca5e453f87f7e84033bb90a2fb54ee9f7fc94d61", 0)
Expect(err).Should(BeNil())

reviewData, err := raw.CodeReview(repoClient)
Expand Down

0 comments on commit 70bd5c1

Please sign in to comment.