Fixed some tests

This commit is contained in:
obscuren
2014-05-10 02:01:09 +02:00
parent afe83af219
commit c03bf14e02
3 changed files with 6 additions and 78 deletions

View File

@ -26,7 +26,7 @@ func TestCommon(t *testing.T) {
t.Error("Got", szabo)
}
if vito != "10 Vito" {
if vito != "10 Vita" {
t.Error("Got", vito)
}