summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-28 10:41:56 -0300
committerEuAndreh <eu@euandre.org>2024-03-28 10:41:56 -0300
commit29e63b29a59fd5752de48f4bf72105f40b8e8dc1 (patch)
tree233c2efb30d38b8a29e051097cbca15be2061bdf /tests
parentMakefile: Adapt "run-*" virtual targets (diff)
downloadpapod-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.go2
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()
}