diff options
Diffstat (limited to 'tests/papo_test.go')
-rw-r--r-- | tests/papo_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/papo_test.go b/tests/papo_test.go index ef424fb..f585f57 100644 --- a/tests/papo_test.go +++ b/tests/papo_test.go @@ -7,7 +7,7 @@ import ( ) -func TestConvert(t *testing.T) { +func TestHello(t *testing.T) { if papo.Hello("World") != "Hi, World. Welcome!" { t.Fail() } |