Skip to content

Commit

Permalink
Merge pull request #39 from JoshukLite/main-3-2-2-test-name-16-fix
Browse files Browse the repository at this point in the history
3-2-2-photo-comment-dao exercise: fixed test method duplicate display name
  • Loading branch information
tboychuk committed Jan 29, 2024
2 parents fa18ba1 + 7c6d219 commit 62ad97f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 62ad97f

Please sign in to comment.