We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015786a commit 29cc555Copy full SHA for 29cc555
WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentFeatureUtilsTest.kt
@@ -37,6 +37,7 @@ class VoiceToContentFeatureUtilsTest {
37
// Arrange
38
whenever(buildConfigWrapper.isJetpackApp).thenReturn(true)
39
whenever(voiceToContentFeatureConfig.isEnabled()).thenReturn(true)
40
+ whenever(buildConfigWrapper.isDebug()).thenReturn(true)
41
42
// Act
43
val result = utils.isVoiceToContentEnabled()
0 commit comments