Skip to content

Commit a04c41a

Browse files
author
Daniel Browne
committed
Correct test name typo
1 parent 88f5eec commit a04c41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Integration/PusherClientInitializationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ClientInitializationTests: XCTestCase {
4343
XCTAssertEqual(pusher.connection.activityTimeoutInterval, 60, "the activity timeout interval should be 60")
4444
}
4545

46-
func testProvidingEcryptedOptionAsFalse() {
46+
func testProvidingEncryptedOptionAsFalse() {
4747
let options = PusherClientOptions(
4848
useTLS: false
4949
)

0 commit comments

Comments
 (0)