Yuki Takei 8 달 전
부모
커밋
45f4f5516d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/core/src/utils/page-path-utils/index.spec.ts

+ 1 - 1
packages/core/src/utils/page-path-utils/index.spec.ts

@@ -189,7 +189,7 @@ describe.concurrent('isCreatablePage test', () => {
   describe.concurrent('Test getUsernameByPath', () => {
     test.concurrent('found', () => {
       const username = getUsernameByPath('/user/username');
-      expect(username).toBe('yuki');
+      expect(username).toBe('username');
     });
 
     test.concurrent('found with slash', () => {