summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-27 09:06:04 -0300
committerEuAndreh <eu@euandre.org>2024-10-27 09:06:04 -0300
commit962f811e46efc95c6050a6a49b47709603abaeb7 (patch)
tree340f9a1ed0b417a80dd89fc74a11170169a203de /tests/functional
parentsrc/gracha.go: New() - manage *sql.DB handle internally (diff)
downloadcracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.gz
cracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.xz
Rename gracha -> cracha
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/register-twice/cracha.go12
-rw-r--r--tests/functional/register-twice/gracha.go9
2 files changed, 12 insertions, 9 deletions
diff --git a/tests/functional/register-twice/cracha.go b/tests/functional/register-twice/cracha.go
new file mode 100644
index 0000000..0885c9d
--- /dev/null
+++ b/tests/functional/register-twice/cracha.go
@@ -0,0 +1,12 @@
+package cracha
+
+import (
+ g "gobang"
+)
+
+
+
+func MainTest() {
+ g.Testing("with adjusted emails, one can register twice", func() {
+ })
+}
diff --git a/tests/functional/register-twice/gracha.go b/tests/functional/register-twice/gracha.go
deleted file mode 100644
index f363b6b..0000000
--- a/tests/functional/register-twice/gracha.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package gracha
-
-import (
-)
-
-
-
-func MainTest() {
-}