Merge branch 'dev' into update-deps

This commit is contained in:
Nick O'Leary
2023-05-22 13:57:47 +01:00
committed by GitHub
19 changed files with 95 additions and 52 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();
}
});