Skip to content

Commit fe87a8e

Browse files
Test albumService UpdateAlbum sin completar
1 parent cc45fc4 commit fe87a8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/sopromadze/blogapi/serviceTest/album/updateAlbum.java

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

9696

9797
}
98-
@DisplayName("Update album")
98+
/*@DisplayName("Update album")
9999
@Test
100100
void updateAlbum_success() {
101101
ResponseEntity<AlbumResponse> response = new ResponseEntity<>(albumResponse,HttpStatus.OK);
@@ -107,5 +107,5 @@ void updateAlbum_success() {
107107
108108
109109
assertEquals(response, albumService.updateAlbum(1L,newAlbum, currentUser));
110-
}
110+
}*/
111111
}

0 commit comments

Comments
 (0)