Skip to content

Commit f7baf1e

Browse files
committed
Remove unnecessary Mockito stubbings
1 parent 990ce89 commit f7baf1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class VoiceToContentFeatureUtilsTest {
4444
fun `when buildConfigWrapper is disabled then returns false `() {
4545
// Arrange
4646
whenever(buildConfigWrapper.isJetpackApp).thenReturn(false)
47-
whenever(voiceToContentFeatureConfig.isEnabled()).thenReturn(true)
4847

4948
// Act
5049
val result = utils.isVoiceToContentEnabled()

0 commit comments

Comments
 (0)