Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Nov 6, 2023
1 parent 177e8a8 commit f86a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spec/Tests/RealtimeClientConnectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,7 @@ class RealtimeClientConnectionTests: XCTestCase {
}
}

transportFactory.networkConnectEvent = { transport, url in
TestProxyTransport.networkConnectEvent = { transport, url in
if client.internal.transport !== transport {
return
}
Expand Down

0 comments on commit f86a7e2

Please sign in to comment.