summaryrefslogtreecommitdiff
path: root/tests/lib_test.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-07-22 16:54:52 -0300
committerEuAndreh <eu@euandre.org>2024-07-22 16:54:52 -0300
commit1adaa38f3bea29b55ca835a50118869d2e07d016 (patch)
tree9a2bc7b9f3f26d20206f5f8927354dc398103a70 /tests/lib_test.go
parentMakefile: Do not mess with glaze.socket (diff)
downloadbinder-1adaa38f3bea29b55ca835a50118869d2e07d016.tar.gz
binder-1adaa38f3bea29b55ca835a50118869d2e07d016.tar.xz
src/lib.go: Get CopyData() from gobang
Diffstat (limited to 'tests/lib_test.go')
-rw-r--r--tests/lib_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib_test.go b/tests/lib_test.go
index a857510..4e63d06 100644
--- a/tests/lib_test.go
+++ b/tests/lib_test.go
@@ -8,6 +8,7 @@ import (
"euandre.org/binder/src"
)
+
func TestPlaceholder(t *testing.T) {
g.AssertEqual(t, binder.USER, "nobody")
}