Shun Miyazawa 2 tahun lalu
induk
melakukan
dac6a626fd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);