Skip to content

Commit

Permalink
remove unnessery comments
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Nov 11, 2024
1 parent 4c93f26 commit e8e2212
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,13 +834,10 @@ class TodoOpenCheckTest {
val combinedJsons =
"[$issueJsons${if (pullRequestNumbers.isNotEmpty()) ", $pullRequestJsons" else ""}]"

// Set up the MockWebServer
val mockWebServer = MockWebServer()
mockWebServer.enqueue(MockResponse().setBody("[$issueJsons]"))
mockWebServer.enqueue(MockResponse().setBody(combinedJsons))
mockWebServer.enqueue(MockResponse().setBody("[]"))

// Set the remote API URL
GitHubClient.remoteApiUrl = mockWebServer.url("/").toString()
}

Expand Down

0 comments on commit e8e2212

Please sign in to comment.