Skip to content

Commit

Permalink
Updated read service test
Browse files Browse the repository at this point in the history
  • Loading branch information
rauboti committed Dec 4, 2023
1 parent 382545b commit 48698da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ class ReadServiceTest extends UnitSuite with UnitTestEnvironment {
owner = Some(Owner("Feide"))
)

when(folderRepository.getFolderAndChildrenSubfoldersWithResources(eqTo(folderUUID), eqTo(FolderStatus.SHARED), eqTo(Some(feideId)))(any))
when(folderRepository.getFolderAndChildrenSubfoldersWithResources(eqTo(folderUUID), eqTo(FolderStatus.SHARED), eqTo(Some(feideId.toString())))(any))
.thenReturn(Success(Some(folderWithId)))
when(userRepository.userWithFeideId(any)(any[DBSession])).thenReturn(Success(Some(domainUserData)))

Expand Down

0 comments on commit 48698da

Please sign in to comment.