diff --git a/3-0-jpa-and-hibernate/3-2-2-photo-comment-dao/src/test/java/com/bobocode/PhotoCommentMappingTest.java b/3-0-jpa-and-hibernate/3-2-2-photo-comment-dao/src/test/java/com/bobocode/PhotoCommentMappingTest.java index 6724516..33880b5 100644 --- a/3-0-jpa-and-hibernate/3-2-2-photo-comment-dao/src/test/java/com/bobocode/PhotoCommentMappingTest.java +++ b/3-0-jpa-and-hibernate/3-2-2-photo-comment-dao/src/test/java/com/bobocode/PhotoCommentMappingTest.java @@ -234,7 +234,7 @@ void saveNewComments() { @Test @Order(16) - @DisplayName("Add a new comment") + @DisplayName("Add new comments") void addNewComments() { Photo photo = createRandomPhoto(); emUtil.performWithinTx(entityManager -> entityManager.persist(photo));