فهرست منبع

test: fix LRU upgrade

Evan You 7 سال پیش
والد
کامیت
d278da20a0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/ssr/ssr-bundle-render.spec.js

+ 1 - 1
test/ssr/ssr-bundle-render.spec.js

@@ -195,7 +195,7 @@ function createAssertions (runInNewContext) {
   })
 
   it('render with cache (nested)', done => {
-    const cache = LRU({ maxAge: Infinity })
+    const cache = new LRU({ maxAge: Infinity })
     spyOn(cache, 'get').and.callThrough()
     spyOn(cache, 'set').and.callThrough()
     const options = {