Merge branch 'master' into adding-timeout-to-functio-node

This commit is contained in:
Kilian Hertel
2023-05-22 17:42:59 +02:00
committed by GitHub
6 changed files with 26 additions and 5 deletions

View File

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