Skip to content

Commit

Permalink
fix : spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Dec 25, 2024
1 parent 41615f6 commit 67f8292
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,4 @@ void saveRetrieveAndDeleteArticle() throws JsonProcessingException {
void cantDeleteArticleWhenArticleNotFound() {
mvcTester.delete().uri("/articles/99999").assertThat().hasStatus(HttpStatus.NOT_FOUND);
}

}

0 comments on commit 67f8292

Please sign in to comment.