diff options
author | EuAndreh <eu@euandre.org> | 2024-03-28 10:41:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-28 10:41:56 -0300 |
commit | 29e63b29a59fd5752de48f4bf72105f40b8e8dc1 (patch) | |
tree | 233c2efb30d38b8a29e051097cbca15be2061bdf /tests | |
parent | Makefile: Adapt "run-*" virtual targets (diff) | |
download | papod-29e63b29a59fd5752de48f4bf72105f40b8e8dc1.tar.gz papod-29e63b29a59fd5752de48f4bf72105f40b8e8dc1.tar.xz |
src/cmd/papo.go: Move code into module
Diffstat (limited to 'tests')
-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() } |