Skip to content

Commit 3f6552f

Browse files
committed
fix: test
1 parent f0de55d commit 3f6552f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/__tests__/streaming.test.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ describe('streaming utilities', () => {
123123

124124
ok(cache);
125125
strictEqual(typeof cache.getOrCollect, 'function');
126-
strictEqual(typeof cache.has, 'function');
127-
strictEqual(typeof cache.clear, 'function');
128126
});
129127

130128
it('should return same promise for same key', async () => {

0 commit comments

Comments
 (0)