Skip to content

Commit

Permalink
Remove unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiraPT committed Jan 27, 2025
1 parent cc35b2b commit c50d15e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ void testExecute_deleteStudentById_success() {
DeleteStudentAction action = getAction(params);
MessageOutput actionOutput = (MessageOutput) getJsonResult(action).getOutput();

assertNotNull(actionOutput);
assertEquals("Student is successfully deleted.", actionOutput.getMessage());
}

Expand Down

0 comments on commit c50d15e

Please sign in to comment.