Skip to content

Commit

Permalink
Removed educational failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jolice committed Nov 25, 2019
1 parent 1f76edf commit 02028ac
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ void overrideWithSameArgsTwice() {
}


@Test
void mockLocal() {
UserRepository repository = mock(UserRepository.class);
when(repository.getAge(any()));
assertEquals(5, repository.getAge("Name"));
}
// Tutorial


interface UserRepository {

Expand Down

0 comments on commit 02028ac

Please sign in to comment.