summaryrefslogtreecommitdiff
path: root/test/parallel/test-heapdump-zlib.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-heapdump-zlib.js')
-rw-r--r--test/parallel/test-heapdump-zlib.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-heapdump-zlib.js b/test/parallel/test-heapdump-zlib.js
index 7a749902f5..936e3a1a50 100644
--- a/test/parallel/test-heapdump-zlib.js
+++ b/test/parallel/test-heapdump-zlib.js
@@ -4,10 +4,10 @@ require('../common');
const { validateSnapshotNodes } = require('../common/heap');
const zlib = require('zlib');
-validateSnapshotNodes('ZLIB', []);
+validateSnapshotNodes('ZCtx', []);
// eslint-disable-next-line no-unused-vars
const gunzip = zlib.createGunzip();
-validateSnapshotNodes('ZLIB', [
+validateSnapshotNodes('ZCtx', [
{
children: [
{ name: 'Zlib' },