Skip to content

Commit

Permalink
v2.3.2 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy van de Water committed Mar 3, 2017
1 parent 90b6b7b commit 0f08e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meshblu",
"description": "Meshblu IoT network and API",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"homepage": "https://developer.octoblu.com",
"repository": "git://github.com/octoblu/meshblu-npm",
Expand Down
2 changes: 1 addition & 1 deletion test/src/srv-socket-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe 'SrvSocket spec', ->
expect(@socketIoClient).to.have.been.calledWith 'wss://thug.biz:123', {
some_option: true
forceNew: true
reconnect: false
reconnection: false
}

describe 'with a connected socket', ->
Expand Down

0 comments on commit 0f08e83

Please sign in to comment.