Skip to content

Commit

Permalink
Adjust annoying test
Browse files Browse the repository at this point in the history
  • Loading branch information
lteacher committed Jul 23, 2017
1 parent a943d8f commit b7b3d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index.coffee
Expand Up @@ -102,7 +102,7 @@ describe '--- Integration Tests ---', ->
fx.setAccount id
stream = await fx.transactions.stream()
new Promise (resolve) -> stream.on 'data', ({type}) ->
expect(type).to.be.equal 'HEARTBEAT'
expect(type).to.match /HEARTBEAT|CLIENT_CONFIGURE/
stream.disconnect()
resolve()

Expand Down

0 comments on commit b7b3d8d

Please sign in to comment.