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 @@ -202,7 +202,7 @@ class PrivateEncryptedChannelTests: XCTestCase {
202
202
waitForExpectations ( timeout: 1 )
203
203
}
204
204
205
- func authorizerReponseSequence ( _ authSequence: [ PusherAuth ] ) {
205
+ func authorizerResponseSequence ( _ authSequence: [ PusherAuth ] ) {
206
206
let ( pusher, socket) = configurePusherWithAuthMethod ( authMethod: AuthMethod . authorizer ( authorizer: TestAuthorizer ( authSequence) ) )
207
207
pusher. connect ( )
208
208
@@ -238,11 +238,11 @@ class PrivateEncryptedChannelTests: XCTestCase {
238
238
}
239
239
240
240
func testInitialLoadKeyAuthorizerAuthMethod( ) {
241
- authorizerReponseSequence ( [ validAuth] )
241
+ authorizerResponseSequence ( [ validAuth] )
242
242
}
243
243
244
244
func testReloadKeyAuthorizerAuthMethod( ) {
245
- authorizerReponseSequence ( [ incorrectSharedSecretAuth, validAuth] )
245
+ authorizerResponseSequence ( [ incorrectSharedSecretAuth, validAuth] )
246
246
}
247
247
248
248
func testInitialLoadKeyRequestBuilder( ) {
You can’t perform that action at this time.
0 commit comments