Skip to content

Commit 5152369

Browse files
committed
Fix tests
1 parent 081b8ec commit 5152369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/test/java/com/parse/ParseFileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import static org.mockito.Mockito.when;
4343

4444
@RunWith(RobolectricTestRunner.class)
45-
@Config(constants = BuildConfig.class, sdk = 23)
45+
@Config(constants = BuildConfig.class, sdk = TestHelper.ROBOLECTRIC_SDK_VERSION)
4646
public class ParseFileTest {
4747

4848
@Rule

0 commit comments

Comments
 (0)