فهرست منبع

Merge branch 'master' into fix/bookmark-for-deleted-pages

Yuki Takei 1 سال پیش
والد
کامیت
ed1eb0b91f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/features/growi-plugin/server/services/growi-plugin/growi-plugin.integ.ts

+ 1 - 1
apps/app/src/features/growi-plugin/server/services/growi-plugin/growi-plugin.integ.ts

@@ -79,7 +79,7 @@ describe('Installing a GROWI theme plugin', () => {
     expect(count).toBe(1);
     expect(count).toBe(1);
 
 
     // when
     // when
-    const results = await growiPluginService.findThemePlugin('welcome-to-fumiya-room');
+    const results = await growiPluginService.findThemePlugin('vivid-internet');
 
 
     // expect
     // expect
     expect(results).not.toBeNull();
     expect(results).not.toBeNull();