summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-01-16 14:13:25 -0300
committerEuAndreh <eu@euandre.org>2026-01-16 14:13:25 -0300
commit447df4394cba7d84eaf5bdfa4fb1efb101faf74e (patch)
tree084f8e3b0544244adfbd90749f0ce621140219bb /tests/functional
parentsrc/papod.go: Last Go commit (diff)
downloadpapod-447df4394cba7d84eaf5bdfa4fb1efb101faf74e.tar.gz
papod-447df4394cba7d84eaf5bdfa4fb1efb101faf74e.tar.xz
Remove Go code
Diffstat (limited to 'tests/functional')
l---------tests/functional/multiple-channels-and-users/main.go1
-rw-r--r--tests/functional/multiple-channels-and-users/papod.go12
2 files changed, 0 insertions, 13 deletions
diff --git a/tests/functional/multiple-channels-and-users/main.go b/tests/functional/multiple-channels-and-users/main.go
deleted file mode 120000
index f67563d..0000000
--- a/tests/functional/multiple-channels-and-users/main.go
+++ /dev/null
@@ -1 +0,0 @@
-../../main.go \ No newline at end of file
diff --git a/tests/functional/multiple-channels-and-users/papod.go b/tests/functional/multiple-channels-and-users/papod.go
deleted file mode 100644
index 6f6a67b..0000000
--- a/tests/functional/multiple-channels-and-users/papod.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package papod
-
-import (
- g "gobang"
-)
-
-
-
-func MainTest() {
- g.Testing("multiple users can join a channel", func() {
- })
-}