Skip to content

Commit

Permalink
fixup! test: refactor test-tls-enable-trace-cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed May 4, 2019
1 parent 21fe1ee commit 5754f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-tls-enable-trace-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function test() {
key: keys.agent6.key
},
}, common.mustCall((err, pair, cleanup) => {
assert.ifError(err);
return cleanup();
}));
}

0 comments on commit 5754f12

Please sign in to comment.