From 57131f15137519c79988c4006af24f04dc9b0ab5 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Fri, 24 May 2013 16:58:37 -0700 Subject: [PATCH] simplify golden value in test case --- github_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/github_test.go b/github_test.go index 3c88f10..f562721 100644 --- a/github_test.go +++ b/github_test.go @@ -175,8 +175,6 @@ func TestCheckResponse_noBody(t *testing.T) { want := &ErrorResponse{ Response: res, - Message: "", - Errors: nil, } if !reflect.DeepEqual(err, want) { t.Errorf("Error = %#v, want %#v", err, want)