summaryrefslogtreecommitdiff
path: root/test/sequential/test-async-wrap-getasyncid.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-async-wrap-getasyncid.js')
-rw-r--r--test/sequential/test-async-wrap-getasyncid.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sequential/test-async-wrap-getasyncid.js b/test/sequential/test-async-wrap-getasyncid.js
index 1ee5077160..3c82421706 100644
--- a/test/sequential/test-async-wrap-getasyncid.js
+++ b/test/sequential/test-async-wrap-getasyncid.js
@@ -23,7 +23,8 @@ const fixtures = require('../common/fixtures');
// TODO(jasnell): Test for these
delete providers.HTTP2SESSION;
- delete providers.HTTP2SESSIONSHUTDOWNWRAP;
+ delete providers.HTTP2STREAM;
+ delete providers.HTTP2PING;
const obj_keys = Object.keys(providers);
if (obj_keys.length > 0)