We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ef03e commit fdd7fe6Copy full SHA for fdd7fe6
macro/src/main/scala/org/mockito/DoSomethingMacro.scala
@@ -15,8 +15,6 @@ object DoSomethingMacro {
15
transformInvocation(c)(invocation, q"_root_.org.mockito.MockitoSugar.doNothing")
16
case q"$_.StubbingOps[$_]($invocation).doesNothing()" =>
17
18
- case q"$_.StubbingOps[$_]($invocation).shouldReturnUnit()" =>
19
- transformInvocation(c)(invocation, q"_root_.org.mockito.MockitoSugar.doNothing")
20
21
case o => throw new Exception(s"Couldn't recognize '${show(o)}'")
22
}
0 commit comments