Remove debugging information from tests

parent 8d5035f4
......@@ -111,7 +111,6 @@ func TestDeleteGroup(t *testing.T) {
if err != nil {
t.Errorf("Groups.DeleteGroup returned error: %v", err)
}
fmt.Println(resp.StatusCode)
want := http.StatusAccepted
got := resp.StatusCode
......
......@@ -251,7 +251,6 @@ func TestReleasesService_CreateReleaseWithAsset(t *testing.T) {
t.Errorf("expected request body to have assets, got %s",
string(b))
}
fmt.Println(string(b))
fmt.Fprint(w, exampleReleaseRsp)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment