Skip to content

Commit

Permalink
fix: RoomSetting test 함수명 에러 수정 #348
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Oct 24, 2024
1 parent 0698012 commit d86a41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RoomSetting/RoomSetting.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('RoomSetting 컴포넌트 테스트', () => {
it('방장이 아닌 사람이 RoomSetting를 누르면 설정 modal이 뜨지 않는다', async () => {
// Given
server.use(
http.get(MOCK_API_URL.getMember, async () => {
http.get(MOCK_API_URL.getUserInfo, async () => {
return HttpResponse.json(
{
member: {
Expand Down

0 comments on commit d86a41c

Please sign in to comment.