We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5068fc7 commit 952c899Copy full SHA for 952c899
errorhandler/src/test/java/com/workable/errorhandler/ErrorHandlerTest.java
@@ -116,6 +116,7 @@ public void testActionsExecutionOrder() {
116
117
testVerifier2.verify(actionDelegateMock).action3();
118
testVerifier2.verify(actionDelegateMock).always1();
119
+ testVerifier2.verify(actionDelegateMock).defaultAction3();
120
testVerifier2.verify(actionDelegateMock).defaultAlways();
121
testVerifier2.verifyNoMoreInteractions();
122
Mockito.verifyNoMoreInteractions(actionDelegateMock);
0 commit comments