Skip to content

Commit 4c09ebc

Browse files
committed
Merge branch 'master' into dev
2 parents f291e71 + f18d86e commit 4c09ebc

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)