Skip to content

Commit cec0c00

Browse files
committed
node-SDK: fix missed change eventHubConnect parameter
This changed fixes a missed parameter change for eventHubConnect in chain-tests unit test. Change-Id: I6f1232c2413e3b00b1f60e4286138cadd19c0ca9 Signed-off-by: Patrick Mullaney <[email protected]>
1 parent c5a9b14 commit cec0c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/node/test/unit/chain-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (fs.existsSync("tlsca.cert")) {
4848
chain.setMemberServicesUrl("grpc://localhost:7054");
4949
}
5050
chain.addPeer("grpc://localhost:7051");
51-
chain.eventHubConnect("localhost:7053");
51+
chain.eventHubConnect("grpc://localhost:7053");
5252

5353
process.on('exit', function (){
5454
chain.eventHubDisconnect();

0 commit comments

Comments
 (0)