Skip to content

Commit cb0eb0f

Browse files
Test photoService getAllPhotosByAlbum sin completar
1 parent 2e7b04a commit cb0eb0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/sopromadze/blogapi/serviceTest/photo/GetAllPhotosByAlbum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void init() {
7575

7676
}
7777

78-
@DisplayName("Get all photos by album")
78+
/*@DisplayName("Get all photos by album")
7979
@Test
8080
void getAllPhotosByAlbum_success() {
8181
PhotoResponse[] photoResponseList = {photoResponse};
@@ -86,5 +86,5 @@ void getAllPhotosByAlbum_success() {
8686
when(modelMapper.map(any(), any())).thenReturn(photoResponseList);
8787
8888
assertEquals(resultadoEsperado, photoService.getAllPhotosByAlbum(album.getId(), 1, 10));
89-
}
89+
}*/
9090
}

0 commit comments

Comments
 (0)