diff --git a/main_test.go b/main_test.go index 4b3811b..926c769 100644 --- a/main_test.go +++ b/main_test.go @@ -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") } }