File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
sdk-conversational-flow-core/src/test/java/com/chattylabs/sdk/android/voice Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616import org .mockito .junit .MockitoJUnit ;
1717import org .mockito .junit .MockitoRule ;
1818import org .robolectric .RobolectricTestRunner ;
19+ import org .robolectric .annotation .Config ;
1920
2021import static org .junit .Assert .assertEquals ;
2122import static org .mockito .ArgumentMatchers .any ;
2728import static org .mockito .Mockito .when ;
2829
2930@ RunWith (RobolectricTestRunner .class )
31+ @ Config (sdk = Build .VERSION_CODES .O )
3032public class AndroidAudioManagerTest {
3133
3234 @ Rule public MockitoRule mockitoRule = MockitoJUnit .rule ();
Original file line number Diff line number Diff line change 11package com .chattylabs .sdk .android .voice ;
22
3- import junit . framework . Assert ;
3+ import android . os . Build ;
44
5+ import org .junit .Assert ;
56import org .junit .Test ;
67import org .junit .runner .RunWith ;
78import org .robolectric .RobolectricTestRunner ;
9+ import org .robolectric .annotation .Config ;
810
911@ RunWith (RobolectricTestRunner .class )
12+ @ Config (sdk = Build .VERSION_CODES .O )
1013public class TextFilterForUrlTest {
1114
1215 @ Test
You can’t perform that action at this time.
0 commit comments