File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
firebase-storage/src/test/java/com/google/firebase/storage Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232
3333/** Tests for {@link FirebaseStorage}. */
3434@ RunWith (RobolectricTestRunner .class )
35- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
35+ @ Config (sdk = Build .VERSION_CODES .M )
3636public class DeleteTest {
3737
3838 @ Rule public RetryRule retryRule = new RetryRule (3 );
Original file line number Diff line number Diff line change 3434
3535/** Tests for {@link FirebaseStorage}. */
3636@ RunWith (RobolectricTestRunner .class )
37- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
37+ @ Config (sdk = Build .VERSION_CODES .M )
3838public class ListTest {
3939
4040 @ Rule public RetryRule retryRule = new RetryRule (3 );
Original file line number Diff line number Diff line change 3232
3333/** Tests for {@link FirebaseStorage}. */
3434@ RunWith (RobolectricTestRunner .class )
35- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
35+ @ Config (sdk = Build .VERSION_CODES .M )
3636public class MetadataTest {
3737
3838 @ Rule public RetryRule retryRule = new RetryRule (3 );
Original file line number Diff line number Diff line change 3030import org .robolectric .annotation .Config ;
3131
3232@ RunWith (RobolectricTestRunner .class )
33- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
33+ @ Config (sdk = Build .VERSION_CODES .M )
3434public class NetworkRequestTest {
3535
3636 private FirebaseApp app ;
Original file line number Diff line number Diff line change 3636
3737/** Tests for {@link FirebaseStorage}. */
3838@ RunWith (RobolectricTestRunner .class )
39- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
39+ @ Config (sdk = Build .VERSION_CODES .M )
4040public class PathingTest {
4141
4242 @ Rule public RetryRule retryRule = new RetryRule (3 );
Original file line number Diff line number Diff line change 6262/** Tests for {@link FirebaseStorage}. */
6363@ SuppressWarnings ("ConstantConditions" )
6464@ RunWith (RobolectricTestRunner .class )
65- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
65+ @ Config (sdk = Build .VERSION_CODES .M )
6666public class UploadTest {
6767
6868 private static final String TEST_ASSET_ROOT = "assets/" ;
Original file line number Diff line number Diff line change 2424import org .robolectric .annotation .Config ;
2525
2626@ RunWith (RobolectricTestRunner .class )
27- @ Config (sdk = Build .VERSION_CODES .LOLLIPOP_MR1 )
27+ @ Config (sdk = Build .VERSION_CODES .M )
2828public class StorageReferenceUriTest {
2929
3030 private static final EmulatedServiceSettings EMULATOR_SETTINGS =
You can’t perform that action at this time.
0 commit comments