From bf16b778a0ec4126da55eb511b4959515db7b457 Mon Sep 17 00:00:00 2001 From: Annmarie Ziegler Date: Tue, 11 Jun 2024 10:04:40 -0400 Subject: [PATCH] Fix checkstyle --- .../android/ui/voicetocontent/VoiceToContentViewModelTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentViewModelTest.kt b/WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentViewModelTest.kt index 8eb598e70603..24e429460212 100644 --- a/WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentViewModelTest.kt +++ b/WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentViewModelTest.kt @@ -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(),