Skip to content

Commit 3649a90

Browse files
committed
fix: 테스트 오류 수정
1 parent ab1480d commit 3649a90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/backend/src/workspace/workspace.service.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ describe('WorkspaceService', () => {
6262
{
6363
provide: ConfigService,
6464
useValue: {
65-
useValue: {
66-
get: jest.fn(),
67-
},
65+
get: jest.fn(),
6866
},
6967
},
7068
],

0 commit comments

Comments
 (0)