Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
dac6a626fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() => {
       test('not found', async() => {
-        const userPagePath = '/user/usertest2';
+        const userPagePath = '/user/usertest-hoge';
         const isExist = await User.isExistUserByUserPagePath(userPagePath);
         const isExist = await User.isExistUserByUserPagePath(userPagePath);
 
 
         expect(isExist).toBe(false);
         expect(isExist).toBe(false);