pull/1/head
josebarn 7 years ago
parent 65d93d8820
commit 19b032fbd7

@ -10,7 +10,7 @@ func TestMain(m *testing.M) {
}
func TestHelloWorld(t *testing.T) {
if HelloWorld() != "hello world" {
if HelloWorld() != "hello joseph" {
t.Errorf("got %s expected %s", HelloWorld(), "hello world")
}
}

Loading…
Cancel
Save