Skip to content

Commit

Permalink
Fix done call
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Nov 5, 2020
1 parent 5935a17 commit a0d94cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/runner/index.js
Expand Up @@ -86,7 +86,7 @@ before(function(_done) {
}

this.configuration = new TestConfiguration(parsedURI, context);
client.close(done);
done();
});
});
});
Expand Down

0 comments on commit a0d94cc

Please sign in to comment.