diff --git a/tests/controllers/get_license_test.go b/tests/api/get_license_test.go similarity index 96% rename from tests/controllers/get_license_test.go rename to tests/api/get_license_test.go index a73b99bc..61f0aadd 100644 --- a/tests/controllers/get_license_test.go +++ b/tests/api/get_license_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing" diff --git a/tests/controllers/get_music_folders_test.go b/tests/api/get_music_folders_test.go similarity index 96% rename from tests/controllers/get_music_folders_test.go rename to tests/api/get_music_folders_test.go index ceb47e3a..48c92aaa 100644 --- a/tests/controllers/get_music_folders_test.go +++ b/tests/api/get_music_folders_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing" diff --git a/tests/controllers/ping_test.go b/tests/api/ping_test.go similarity index 96% rename from tests/controllers/ping_test.go rename to tests/api/ping_test.go index c0dee0c8..e76b5bd9 100644 --- a/tests/controllers/ping_test.go +++ b/tests/api/ping_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing" diff --git a/tests/controllers/validation_test.go b/tests/api/validation_test.go similarity index 98% rename from tests/controllers/validation_test.go rename to tests/api/validation_test.go index d6b2667a..f501b037 100644 --- a/tests/controllers/validation_test.go +++ b/tests/api/validation_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing"