From 19b032fbd74421c6b234dee1b987a498f5f41ce4 Mon Sep 17 00:00:00 2001 From: josebarn Date: Mon, 14 Aug 2017 19:42:31 -0300 Subject: [PATCH] 1 --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }