Skip to content

Commit 4fd40c3

Browse files
author
Daniel Browne
committed
Resolve import statement issues for decryption-related unit tests
1 parent 1c604dd commit 4fd40c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/Unit/Helpers/PusherEventFactory+DecryptionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testable import PusherSwiftWithEncryption
1+
@testable import PusherSwift
22
import XCTest
33

44
class PusherEventFactoryDecryptionTests: XCTestCase {

Tests/Unit/Models/PrivateEncryptedChannelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testable import PusherSwiftWithEncryption
1+
@testable import PusherSwift
22
import XCTest
33

44
class PrivateEncryptedChannelTests: XCTestCase {

Tests/Unit/Services/PusherEventQueue+DecryptionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@testable import PusherSwiftWithEncryption
1+
@testable import PusherSwift
22
import XCTest
33

44
// swiftlint:disable unused_closure_parameter

0 commit comments

Comments
 (0)