Skip to content

Commit b04b911

Browse files
author
Oleksandr Glagoliev
committed
Fix Tests path
1 parent c484b86 commit b04b911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ let package = Package(
2424
),
2525
.testTarget(
2626
name: "FortunesAlgorithmTests",
27-
dependencies: ["FortunesAlgorithm"]
27+
dependencies: ["FortunesAlgorithm"],
28+
path: "Tests"
2829
),
2930
]
3031
)

0 commit comments

Comments
 (0)