Skip to content

Commit

Permalink
remove the nonexisting method enum
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Nov 21, 2024
1 parent f396b25 commit 5f28159
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ case class SipiServiceMock(ref: Ref[Map[SipiMockMethodName, Task[Object]]]) exte

object SipiServiceMock {
enum SipiMockMethodName:
case GetFileMetadataFromSipiTemp
case GetFileMetadataFromDspIngest
case GetTextFileRequest
case DownloadAsset
Expand All @@ -96,7 +95,6 @@ object SipiServiceMock {
Ref
.make[Map[SipiMockMethodName, Task[Object]]](
Map(
GetFileMetadataFromSipiTemp -> ZIO.succeed(defaultGetFileMetadataFromSipiTempResponse),
GetFileMetadataFromDspIngest -> ZIO.succeed(defaultGetFileMetadataFromSipiTempResponse),
),
)
Expand Down

0 comments on commit 5f28159

Please sign in to comment.