Change shorthands

This commit is contained in:
Maran
2014-05-20 14:53:34 +02:00
parent f5d4414734
commit 31e44c2ab9
2 changed files with 16 additions and 16 deletions

View File

@@ -26,15 +26,15 @@ func TestCommon(t *testing.T) {
t.Error("Got", szabo)
}
if vito != "10 Vita" {
if vito != "10 Shannon" {
t.Error("Got", vito)
}
if turing != "10 Turing" {
if turing != "10 Babbage" {
t.Error("Got", turing)
}
if eins != "10 Eins" {
if eins != "10 Ada" {
t.Error("Got", eins)
}