Skip to content

Commit

Permalink
revert: (#286) schedule → file 실수
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Jan 10, 2023
1 parent bd6db2c commit 027399a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.comit.simtong.domain.schedule.spi
package team.comit.simtong.domain.file.spi

/**
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package team.comit.simtong.domain.user.usecase

import team.comit.simtong.domain.file.exception.FileExceptions
import team.comit.simtong.domain.schedule.spi.CheckFilePort
import team.comit.simtong.domain.file.spi.CheckFilePort
import team.comit.simtong.domain.user.dto.ChangeProfileImageRequest
import team.comit.simtong.domain.user.exception.UserExceptions
import team.comit.simtong.domain.user.spi.CommandUserPort
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.junit.jupiter.api.assertThrows
import org.mockito.BDDMockito.given
import org.springframework.boot.test.mock.mockito.MockBean
import team.comit.simtong.domain.file.exception.FileExceptions
import team.comit.simtong.domain.schedule.spi.CheckFilePort
import team.comit.simtong.domain.file.spi.CheckFilePort
import team.comit.simtong.domain.user.dto.ChangeProfileImageRequest
import team.comit.simtong.domain.user.exception.UserExceptions
import team.comit.simtong.domain.user.model.Authority
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.amazonaws.services.s3.model.ObjectMetadata
import com.amazonaws.services.s3.model.PutObjectRequest
import org.springframework.stereotype.Component
import team.comit.simtong.domain.file.exception.FileExceptions
import team.comit.simtong.domain.schedule.spi.CheckFilePort
import team.comit.simtong.domain.file.spi.CheckFilePort
import team.comit.simtong.domain.file.spi.UploadFilePort
import java.io.File
import java.io.IOException
Expand Down

0 comments on commit 027399a

Please sign in to comment.