Shun Miyazawa 2 лет назад
Родитель
Сommit
dac6a626fd
1 измененных файлов с 1 добавлено и 1 удалено
  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);