Restructured the folder structure of the library and tests targets to start development.

This commit is contained in:
2025-10-02 17:16:51 +02:00
parent f5524a6650
commit 88278885cc
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ let package = Package(
enum MarvelService {
static let package = "marvel-service"
static let target = "AmiiboMarvelService"
static let target = "MarvelService"
static let test = "\(MarvelService.target)Tests"
}