Skip to content

Commit

Permalink
重複するコメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
rnakagawa16 committed Dec 27, 2024
1 parent 879d292 commit 5a93412
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ void testException_01() throws Exception {
.andExpect(jsonPath("$.exceptionValues").value(frontMessageValue))
.andExpect(jsonPath("$.detail").exists());
// アプリケーションログのメッセージの確認
// アプリケーションログのメッセージの確認
Mockito.verify(mockAppender, times(1)).append(logCaptor.capture());
assertThat(logCaptor.getValue().getLevel()).isEqualTo(Level.ERROR);
assertThat(logCaptor.getValue().getMessage().getFormattedMessage())
Expand Down

0 comments on commit 5a93412

Please sign in to comment.