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

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

@@ -20,7 +20,7 @@ describe('Installing a GROWI template plugin', () => {
     expect(count).toBe(1);
     expect(count).toBe(1);
     expect(fs.existsSync(path.join(
     expect(fs.existsSync(path.join(
       PLUGIN_STORING_PATH,
       PLUGIN_STORING_PATH,
-      'weseek',
+      'growilabs',
       'growi-plugin-templates-for-office',
       'growi-plugin-templates-for-office',
     ))).toBeTruthy();
     ))).toBeTruthy();
   });
   });
@@ -33,7 +33,7 @@ describe('Installing a GROWI template plugin', () => {
     // setup
     // setup
     const dummyFilePath = path.join(
     const dummyFilePath = path.join(
       PLUGIN_STORING_PATH,
       PLUGIN_STORING_PATH,
-      'weseek',
+      'growilabs',
       'growi-plugin-templates-for-office',
       'growi-plugin-templates-for-office',
       'dummy.txt',
       'dummy.txt',
     );
     );
@@ -68,7 +68,7 @@ describe('Installing a GROWI theme plugin', () => {
     expect(count).toBe(1);
     expect(count).toBe(1);
     expect(fs.existsSync(path.join(
     expect(fs.existsSync(path.join(
       PLUGIN_STORING_PATH,
       PLUGIN_STORING_PATH,
-      'weseek',
+      'growilabs',
       'growi-plugin-theme-vivid-internet',
       'growi-plugin-theme-vivid-internet',
     ))).toBeTruthy();
     ))).toBeTruthy();
   });
   });
@@ -88,7 +88,7 @@ describe('Installing a GROWI theme plugin', () => {
     expect(results.themeMetadata).not.toBeNull();
     expect(results.themeMetadata).not.toBeNull();
     expect(results.themeHref).not.toBeNull();
     expect(results.themeHref).not.toBeNull();
     expect(results.themeHref
     expect(results.themeHref
-      .startsWith('/static/plugins/weseek/growi-plugin-theme-vivid-internet/dist/assets/style-')).toBeTruthy();
+      .startsWith('/static/plugins/growilabs/growi-plugin-theme-vivid-internet/dist/assets/style-')).toBeTruthy();
   });
   });
 
 
 });
 });