Skip to content

Commit 28510de

Browse files
committed
close
1 parent 81cf0d8 commit 28510de

5 files changed

Lines changed: 322 additions & 129 deletions

File tree

cache/__tests__/cache-limits.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ describe('Cache Limit Breaking Change Detection', () => {
368368
expect(stats).toHaveProperty('maxLength')
369369
expect(stats).toHaveProperty('maxBytes')
370370
expect(stats).toHaveProperty('ttl')
371-
expect(stats).toHaveProperty('evictions')
372371
expect(stats).toHaveProperty('length')
372+
expect(stats).toHaveProperty('totalBytes')
373373
})
374374

375375
it('should detect if PM2 cluster cache becomes unavailable', () => {

0 commit comments

Comments
 (0)