Skip to content

Commit

Permalink
replace comments
Browse files Browse the repository at this point in the history
Signed-off-by: Meng <yanmxa@163.com>
  • Loading branch information
yanmxa committed Jul 18, 2023
1 parent 7c6806b commit 954008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func TestClientReceive(t *testing.T) {
_, _ = http.DefaultClient.Do(req)

//// Make a copy of the request.
//body, err := ioutil.ReadAll(resp.Body)
//body, err := io.ReadAll(resp.Body)
//if err != nil {
// t.Error("failed to read the request body")
//}
Expand Down

0 comments on commit 954008b

Please sign in to comment.