Shun Miyazawa před 2 roky
rodič
revize
dac6a626fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apps/app/test/integration/models/user.test.js

+ 1 - 1
apps/app/test/integration/models/user.test.js

@@ -144,7 +144,7 @@ describe('User', () => {
       });
 
       test('not found', async() => {
-        const userPagePath = '/user/usertest2';
+        const userPagePath = '/user/usertest-hoge';
         const isExist = await User.isExistUserByUserPagePath(userPagePath);
 
         expect(isExist).toBe(false);