Skip to content

Commit e0dbf5f

Browse files
authored
Change testTarget back to target
1 parent 0c424f3 commit e0dbf5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ let package = Package(
8383
dependencies: ["Workflow"],
8484
path: "WorkflowCombine/Sources"
8585
),
86-
.testTarget(
86+
.target(
8787
name: "WorkflowTesting",
8888
dependencies: ["Workflow"],
8989
path: "WorkflowTesting/Sources"
9090
),
91-
.testTarget(
91+
.target(
9292
name: "WorkflowReactiveSwiftTesting",
9393
dependencies: ["WorkflowReactiveSwift"],
9494
path: "WorkflowReactiveSwift/Testing"
9595
),
96-
.testTarget(
96+
.target(
9797
name: "WorkflowCombineTesting",
9898
dependencies: ["WorkflowCombine"],
9999
path: "WorkflowCombine/Testing"

0 commit comments

Comments
 (0)