diff --git a/app/interfaces/controller/auth_test.go b/app/interfaces/controller/auth_test.go deleted file mode 100644 index e4b50b8..0000000 --- a/app/interfaces/controller/auth_test.go +++ /dev/null @@ -1,7 +0,0 @@ -package controller - -import "testing" - -func TestSignIn(t *testing.T) { - // TODO: controller tests with mocks. -}