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 990ce89 commit f7baf1eCopy full SHA for f7baf1e
WordPress/src/test/java/org/wordpress/android/ui/voicetocontent/VoiceToContentFeatureUtilsTest.kt
@@ -44,7 +44,6 @@ class VoiceToContentFeatureUtilsTest {
44
fun `when buildConfigWrapper is disabled then returns false `() {
45
// Arrange
46
whenever(buildConfigWrapper.isJetpackApp).thenReturn(false)
47
- whenever(voiceToContentFeatureConfig.isEnabled()).thenReturn(true)
48
49
// Act
50
val result = utils.isVoiceToContentEnabled()
0 commit comments