diff options
author | EuAndreh <eu@euandre.org> | 2024-10-27 09:06:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-27 09:06:04 -0300 |
commit | 962f811e46efc95c6050a6a49b47709603abaeb7 (patch) | |
tree | 340f9a1ed0b417a80dd89fc74a11170169a203de /tests/functional | |
parent | src/gracha.go: New() - manage *sql.DB handle internally (diff) | |
download | cracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.gz cracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.xz |
Rename gracha -> cracha
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/register-twice/cracha.go | 12 | ||||
-rw-r--r-- | tests/functional/register-twice/gracha.go | 9 |
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() { -} |