Skip to content

Commit

Permalink
resolve(conflict): resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Dec 12, 2024
1 parent 3a75837 commit 16e399e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,3 @@ func NewTestHTTPServer() HTTPServer {
httpServer.requestDurationHistogram = &testRecorder[float64]{}
return httpServer
}

func NewTestHTTPClient() HTTPClient {
return HTTPClient{
requestBytesCounter: &testRecorder[int64]{},
responseBytesCounter: &testRecorder[int64]{},
latencyMeasure: &testRecorder[float64]{},
}
}

0 comments on commit 16e399e

Please sign in to comment.