1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge branch 'master' into 4133-mqtt-v5-disconnects-when-subscribing-to-aws-core-broker

This commit is contained in:
Nick O'Leary 2023-05-22 11:28:24 +01:00 committed by GitHub
commit 8c191263c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -854,7 +854,7 @@ describe('inject node', function() {
});
n1.on("call:error", function(err) {
count++;
if (count == 2) {
if (count == 1) {
done();
}
});