This commit is contained in:
josebarn
2017-08-14 19:42:31 -03:00
parent 65d93d8820
commit 19b032fbd7

View File

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