Skip to content

Commit

Permalink
Changed 3-2-2 test 16 display name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshukLite committed Jan 22, 2024
1 parent ca300dc commit 7c6d219
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 7c6d219

Please sign in to comment.