From bf961b081a9bf1904417f9d43ecbf22e5c0f340c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 29 Oct 2024 18:06:56 -0300 Subject: src/cracha.go: Use PoolRunner() and Result type from gobang --- tests/cracha.go | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'tests/cracha.go') 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() -- cgit v1.2.3