diff options
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() { -} |