From c85e0b58334897ab5546fcfae945b3ece2e7e91e Mon Sep 17 00:00:00 2001 From: bmf-san Date: Mon, 19 Jun 2023 22:32:45 +0900 Subject: [PATCH] [update] removed unused file --- app/interfaces/controller/auth_test.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 app/interfaces/controller/auth_test.go 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. -}