From 29e63b29a59fd5752de48f4bf72105f40b8e8dc1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 28 Mar 2024 10:41:56 -0300 Subject: src/cmd/papo.go: Move code into module --- tests/papo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/papo_test.go') 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() } -- cgit v1.2.3