Skip to content

Commit

Permalink
#30: Remove Unneccesary stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Entreco committed Mar 2, 2018
1 parent 3cfa053 commit 602f583
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class UpdateProfileUsecaseTest {
}

private fun givenSubject() {
whenever(mockContext.contentResolver).thenReturn(mockContentResolver)
subject = UpdateProfileUsecase(mockContext, mockProfileService, bg, fg)
}

Expand Down

0 comments on commit 602f583

Please sign in to comment.