Skip to content

Commit

Permalink
test, bugfix: clear root ca after test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 17, 2017
1 parent 6253b8a commit 106639b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ssl_test.js
Expand Up @@ -47,6 +47,7 @@ describe('ssl', () => {
ss.forEach((s) => {
s.close();
});
ssl.ca.clear();
});

it("root ca", () => {
Expand Down

0 comments on commit 106639b

Please sign in to comment.