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 a73b99bc6..61f0aadd1 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 ceb47e3af..48c92aaa5 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 c0dee0c8c..e76b5bd9f 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 d6b2667ac..f501b037a 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"