aboutsummaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector-module.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-inspector-module.js')
-rw-r--r--test/sequential/test-inspector-module.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sequential/test-inspector-module.js b/test/sequential/test-inspector-module.js
index 5b793bf3b4..f97d712979 100644
--- a/test/sequential/test-inspector-module.js
+++ b/test/sequential/test-inspector-module.js
@@ -56,4 +56,5 @@ common.expectsError(
);
session.disconnect();
+// Calling disconnect twice should not throw.
session.disconnect();