Update MockitoMisusingUnitTest.java
This commit is contained in:
parent
96adba789d
commit
6ecbe4b20a
|
@ -26,5 +26,4 @@ public class MockitoMisusingUnitTest {
|
||||||
assertThat(e.getMessage(), containsString("Argument passed to when() is not a mock!"));
|
assertThat(e.getMessage(), containsString("Argument passed to when() is not a mock!"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue