We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdf58e commit 0ae525fCopy full SHA for 0ae525f
Tests/PusherSwiftWithEncryption-Only/PusherEventQueue+DecryptionTests.swift
@@ -6,7 +6,8 @@ class PusherEventQueueDecryptionTests: XCTestCase {
6
var eventQueue: PusherEventQueue!
7
var channels: PusherChannels!
8
var eventFactory: PusherEventFactory!
9
- weak var eventQueueDelegate: InlineMockEventQueueDelegate!
+ // swiftlint:disable:next weak_delegate
10
+ var eventQueueDelegate: InlineMockEventQueueDelegate!
11
var mockConnection: PusherConnection!
12
13
override func setUp() {
0 commit comments