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 8d53bad commit 650e293Copy full SHA for 650e293
README.md
@@ -31,7 +31,7 @@ fun a(){
31
val classUnderTest = ClassUnderTest(mock)
32
33
/* When */
34
- classUnderText.doAction()
+ classUnderTest.doAction()
35
36
/* Then */
37
verify(mock).doSomething(any())
0 commit comments