This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
simplify golden value in test case
Will Norris
13 years ago
parent
facf5a78f4
commit
57131f1513
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
github_test.go
+ 0
- 2
github_test.go
View File
@ -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
)
Write
Preview
Loading…
Cancel
Save