Merge pull request #1817 from WhisperSystems/mkirk/fix-tests

fix tests / CI
pull/1/head
Michael Kirk 8 years ago committed by GitHub
commit af22eb0ffd

2
.gitmodules vendored

@ -1,3 +1,3 @@
[submodule "Carthage"]
path = Carthage
url = git@github.com:WhisperSystems/Signal-Carthage.git
url = https://github.com/WhisperSystems/Signal-Carthage.git

@ -55,7 +55,7 @@ class PeerConnectionClientTest: XCTestCase {
let iceServers = [RTCIceServer]()
clientDelegate = FakePeerConnectionClientDelegate()
client = PeerConnectionClient(iceServers: iceServers, delegate: clientDelegate, callDirection: .outgoing)
client = PeerConnectionClient(iceServers: iceServers, delegate: clientDelegate, callDirection: .outgoing, useTurnOnly: false)
peerConnection = client.peerConnectionForTests()
dataChannel = client.dataChannelForTests()
}

Loading…
Cancel
Save