Shun Miyazawa 2 年 前
コミット
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);