Skip to content

Commit a1cf882

Browse files
Fix
1 parent 3676c68 commit a1cf882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PackageInternalTesting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/allegro/swift-junit.git", from: "1.0.0")
1414
],
15+
targets: [
1516
.target(
1617
name: "AsposeWordsCloud",
1718
dependencies: []),
@@ -21,7 +22,6 @@ let package = Package(
2122
"AsposeWordsCloud",
2223
.product(name: "SwiftTestReporter", package: "swift-junit"),
2324
]),
24-
),
2525
]
2626
)
2727

0 commit comments

Comments
 (0)