summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-29 18:06:56 -0300
committerEuAndreh <eu@euandre.org>2024-10-29 18:06:56 -0300
commitbf961b081a9bf1904417f9d43ecbf22e5c0f340c (patch)
tree1c61d4e1a1435216ffb08b039fcab056b11c28b0 /tests
parentmkdeps.sh: Fix typo on varlist name (diff)
downloadcracha-bf961b081a9bf1904417f9d43ecbf22e5c0f340c.tar.gz
cracha-bf961b081a9bf1904417f9d43ecbf22e5c0f340c.tar.xz
src/cracha.go: Use PoolRunner() and Result type from gobang
Diffstat (limited to 'tests')
-rw-r--r--tests/cracha.go20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/cracha.go b/tests/cracha.go
index 905733c..746242b 100644
--- a/tests/cracha.go
+++ b/tests/cracha.go
@@ -740,22 +740,6 @@ func test_unregisterConsumers() {
// FIXME
}
-func test_startRunner() {
- // FIXME
-}
-
-func test_makePoolRunner() {
- // FIXME
-}
-
-func test_asResult() {
- // FIXME
-}
-
-func test_unwrapResult() {
- // FIXME
-}
-
func test_NewWithPrefix() {
// FIXME
}
@@ -905,10 +889,6 @@ func MainTest() {
test_forgotPasswordRequestHandler()
test_registerConsumers()
test_unregisterConsumers()
- test_startRunner()
- test_makePoolRunner()
- test_asResult()
- test_unwrapResult()
test_NewWithPrefix()
test_New()
test_newUserPayload()