Skip to content

Commit

Permalink
refactor: bump robolectric from 4.7 to 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abubkr-hago committed Aug 19, 2024
1 parent 66d7fee commit 18c9ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ ext {
mockitoCoreVersion = '4.6.1'
junitVersion = "4.13.2"
jupiterVersion = "5.11.0"
robolectricVersion = "4.7"
robolectricVersion = "4.13"
}
2 changes: 1 addition & 1 deletion parse/src/test/java/com/parse/ParseFileStateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ParseFileStateTest {

@Before
public void setUp() {
shadowOf(MimeTypeMap.getSingleton()).addExtensionMimeTypMapping("txt", "text/plain");
shadowOf(MimeTypeMap.getSingleton()).addExtensionMimeTypeMapping("txt", "text/plain");
}

@After
Expand Down

0 comments on commit 18c9ad2

Please sign in to comment.