summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/js/hero.mjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/js/hero.mjs b/tests/js/hero.mjs
index 3bed524..f01ced8 100644
--- a/tests/js/hero.mjs
+++ b/tests/js/hero.mjs
@@ -1426,10 +1426,6 @@ const test_makePipeReaderFn = async t => {
"second",
"third",
]);
- assert.deepEqual(logs, [
- { message: "pipe closed, reopening" },
- { message: "pipe closed, NOT reopening" },
- ]);
resolve();
}));
});