Skip to content

Commit

Permalink
investigate test failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Mar 6, 2024
1 parent bdabd82 commit 2c2f2e2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ describe("Testing ClientSecureChannel 1", function () {

secureChannel.create("opc.tcp://"+ os.hostname()+ ":8888/UA/Sample", function (err) {
should(err).be.instanceOf(Error);
console.log(err);
err.message.should.match(/connect ECONNREFUSED/);
client_has_received_close_event.should.eql(0);
setTimeout(done, 200);
Expand Down

0 comments on commit 2c2f2e2

Please sign in to comment.