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
Fix typo in a test error message
Carl Jackson
11 years ago
parent
9556e1736d
commit
60d46a21e3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web/func_equal_test.go
+ 1
- 1
web/func_equal_test.go
View File
@ -79,6 +79,6 @@ func TestFuncEqual(t *testing.T) {
t
.
Errorf
(
"h and j should not have been equal"
)
}
if
!
funcEqual
(
a
,
k
)
{
t
.
Errorf
(
"a and k should
not
have been equal"
)
t
.
Errorf
(
"a and k should have been equal"
)
}
}
Write
Preview
Loading…
Cancel
Save