Skip to content

Commit 29cc555

Browse files
committed
Update unit tests to check for debug build
1 parent 015786a commit 29cc555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class VoiceToContentFeatureUtilsTest {
3737
// Arrange
3838
whenever(buildConfigWrapper.isJetpackApp).thenReturn(true)
3939
whenever(voiceToContentFeatureConfig.isEnabled()).thenReturn(true)
40+
whenever(buildConfigWrapper.isDebug()).thenReturn(true)
4041

4142
// Act
4243
val result = utils.isVoiceToContentEnabled()

0 commit comments

Comments
 (0)