Skip to content

Commit

Permalink
node-SDK: fix missed change eventHubConnect parameter
Browse files Browse the repository at this point in the history
This changed fixes a missed parameter change for eventHubConnect
in chain-tests unit test.

Change-Id: I6f1232c2413e3b00b1f60e4286138cadd19c0ca9
Signed-off-by: Patrick Mullaney <pm.mullaney@gmail.com>
  • Loading branch information
pmullaney committed Oct 4, 2016
1 parent c5a9b14 commit cec0c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/node/test/unit/chain-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (fs.existsSync("tlsca.cert")) {
chain.setMemberServicesUrl("grpc://localhost:7054");
}
chain.addPeer("grpc://localhost:7051");
chain.eventHubConnect("localhost:7053");
chain.eventHubConnect("grpc://localhost:7053");

process.on('exit', function (){
chain.eventHubDisconnect();
Expand Down

0 comments on commit cec0c00

Please sign in to comment.