Skip to content

Commit

Permalink
update name of test method
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsage1 committed Nov 8, 2023
1 parent 71c99a1 commit 6e62f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class ControllerAdvisorTest {

@Test
public void testHandleBindException() {
public void HandleBindException_ShouldReturnStatusAndBody_WhenBothArePassed() {
// Create a sample BindException
BindException bindException = mock(BindException.class);
BindingResult bindingResult = mock(BindingResult.class);
Expand Down

0 comments on commit 6e62f35

Please sign in to comment.