Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit eb599e9

Browse files
committed
Rewrite read-stream-test (last one!)
1 parent 0cce93c commit eb599e9

File tree

2 files changed

+439
-480
lines changed

2 files changed

+439
-480
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require('./maybe-error-test')(test, testCommon)
3636
require('./no-encoding-test')(test, testCommon)
3737
require('./null-and-undefined-test')(test, testCommon)
3838
if (testCommon.deferredOpen) require('./open-patchsafe-test')(test, testCommon)
39-
if (testCommon.streams) require('./read-stream-test')
39+
if (testCommon.streams) require('./read-stream-test')(test, testCommon)
4040
if (testCommon.snapshots) require('./snapshot-test')(test, testCommon)
4141
require('./iterator-test')(test, testCommon)
4242
if (testCommon.seek) require('./iterator-seek-test')(test, testCommon)

0 commit comments

Comments
 (0)