Add missing dependency

This commit is contained in:
Pedro Piñera 2020-04-03 15:37:00 +02:00
parent 862ad763b4
commit 652e623fa6
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ let package = Package(
),
.testTarget(
name: "TuistCacheTests",
dependencies: ["TuistCache", "TuistSupportTesting", "TuistCoreTesting", "RxBlocking"]
dependencies: ["TuistCache", "TuistSupportTesting", "TuistCoreTesting", "RxBlocking", "TuistCacheTesting"]
),
.target(
name: "TuistCacheTesting",