Skip to content

Commit 650e293

Browse files
committed
Update README.md
1 parent 8d53bad commit 650e293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun a(){
3131
val classUnderTest = ClassUnderTest(mock)
3232

3333
/* When */
34-
classUnderText.doAction()
34+
classUnderTest.doAction()
3535

3636
/* Then */
3737
verify(mock).doSomething(any())

0 commit comments

Comments
 (0)