@ -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")