Remove a redundant method.

This commit is contained in:
akwizgran
2018-05-11 11:41:49 +01:00
parent 648793e092
commit 9a5a1489ef
4 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ public class PasswordFragmentTest {
// assert controller has been called properly
verify(setupController, times(1)).setPassword(safePass);
verify(setupController, times(1)).showDozeFragmentOrCreateAccount();
verify(setupController, times(1)).createAccount();
}
@Test