Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Jun 11, 2024
1 parent 5af902d commit bf16b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class VoiceToContentViewModelTest : BaseUnitTest() {
@Before
fun setup() {
// Mock the recording updates to return a non-null flow before ViewModel instantiation
//whenever(recordingUseCase.recordingUpdates()).thenReturn(createRecordingUpdateFlow())
// whenever(recordingUseCase.recordingUpdates()).thenReturn(createRecordingUpdateFlow())

viewModel = VoiceToContentViewModel(
testDispatcher(),
Expand Down

0 comments on commit bf16b77

Please sign in to comment.