Skip to content

Commit

Permalink
Remove used mockito stubbings
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Apr 21, 2023
1 parent 832bd35 commit a28ed85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ class ActivityLogDetailViewModelTest : BaseUnitTest() {
val updatedContent = FormattableContent(text = changedText)
val secondActivity = activityLogModel.copy(activityID = ACTIVITY_ID, content = updatedContent)
whenever(activityLogStore.getActivityLogForSite(site)).thenReturn(listOf(activityLogModel, secondActivity))
whenever(cardsStore.getCards(any(), any())).thenReturn(flowOf(data))

lastEmittedItem = null

Expand Down

0 comments on commit a28ed85

Please sign in to comment.