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 7bbee0f commit a9eb943Copy full SHA for a9eb943
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/MockitoUtil.java
@@ -67,7 +67,7 @@ public Object answer(InvocationOnMock invocation) throws Throwable {
67
*
68
* @param mocks the mock objects to verify
69
*/
70
- public static void verifyZeroInteractions(Object... mocks) {
71
- Mockito.verifyNoInteractions(mocks);
72
- }
+ public static void verifyZeroInteractions(Object... mocks) {
+ Mockito.verifyNoInteractions(mocks);
+ }
73
}
0 commit comments