File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class AuthenticationTests: XCTestCase {
3636 pusher. connection. socket = socket
3737 }
3838
39- func testSubscringToAPrivateChannelShouldMakeARequestToTheAuthEndpoint ( ) {
39+ func testSubscribingToAPrivateChannelShouldMakeARequestToTheAuthEndpoint ( ) {
4040 let ex = expectation ( description: " the channel should be subscribed to successfully " )
4141 let channelName = " private-test-channel "
4242
@@ -59,7 +59,7 @@ class AuthenticationTests: XCTestCase {
5959 waitForExpectations ( timeout: 0.5 )
6060 }
6161
62- func testSubscringToAPrivateChannelShouldCreateAuthSignatureInternally ( ) {
62+ func testSubscribingToAPrivateChannelShouldCreateAuthSignatureInternally ( ) {
6363 let options = PusherClientOptions (
6464 authMethod: . inline( secret: " secret " )
6565 )
@@ -73,7 +73,7 @@ class AuthenticationTests: XCTestCase {
7373 XCTAssertTrue ( chan. subscribed, " the channel should be subscribed " )
7474 }
7575
76- func testSubscringToAPrivateChannelShouldFailIfNoAuthMethodIsProvided ( ) {
76+ func testSubscribingToAPrivateChannelShouldFailIfNoAuthMethodIsProvided ( ) {
7777 pusher = Pusher ( key: " key " )
7878 socket. delegate = pusher. connection
7979 pusher. connection. socket = socket
You can’t perform that action at this time.
0 commit comments