Skip to content

Commit dfa6640

Browse files
committed
Allow 'PusherSwiftTests' target to compile with SPM
1 parent a83b6ab commit dfa6640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
name: "PusherSwiftTests",
2727
dependencies: ["PusherSwift"],
2828
path: "Tests",
29-
exclude: ["PusherSwiftWithEncryption-Only"]
29+
exclude: ["Unit/PusherSwiftWithEncryption-Only"]
3030
)
3131
],
3232
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)