Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Merge branch 'iOS' into iOS_1596
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronyg committed Dec 12, 2016
2 parents 1a0d67d + f67220e commit b781cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class BrowserRelayTests: XCTestCase {
relay.closeRelay()

let clientMock = TCPClientMock(didReadData: unexpectedReadDataHandler,
didConnect: unexpectedConnectHandler,
didConnect: {},
didDisconnect: {
clientCantConnectToListener?.fulfill()
})
Expand Down
2 changes: 1 addition & 1 deletion thali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"buildToolsVersion": "25.0.0",
"compileSdkVersion": "android-23"
},
"btconnectorlib2": "0.3.6-alpha",
"btconnectorlib2": "0.3.7-alpha",
"jxcore-cordova": "0.1.7",
"jxcore-cordova-url": "http://jxcore.azureedge.net/jxcore-cordova/0.1.7/release/io.jxcore.node.jx"
},
Expand Down

0 comments on commit b781cc1

Please sign in to comment.