Skip to content

Commit bf16b77

Browse files
committed
Fix checkstyle
1 parent 5af902d commit bf16b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentViewModelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class VoiceToContentViewModelTest : BaseUnitTest() {
5555
@Before
5656
fun setup() {
5757
// Mock the recording updates to return a non-null flow before ViewModel instantiation
58-
//whenever(recordingUseCase.recordingUpdates()).thenReturn(createRecordingUpdateFlow())
58+
// whenever(recordingUseCase.recordingUpdates()).thenReturn(createRecordingUpdateFlow())
5959

6060
viewModel = VoiceToContentViewModel(
6161
testDispatcher(),

0 commit comments

Comments
 (0)