Skip to content

Commit 5220eb5

Browse files
klint
1 parent 654414d commit 5220eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ class StateFragmentTest {
11391139

11401140
@Test
11411141
@RunOn(TestPlatform.ESPRESSO) // TODO(#1612): Enable for Robolectric.
1142-
fun testStateFragment_loadDragDropExp_mergeTwoItems_dargAndDrop_retainStateOnConfigurationChange() {
1142+
fun testStateFragment_loadDragDropExp_mergeItems_dargAndDrop_retainStateOnConfigurationChange() {
11431143
setUpTestWithLanguageSwitchingFeatureOff()
11441144
launchForExploration(TEST_EXPLORATION_ID_4, shouldSavePartialProgress = false).use {
11451145
startPlayingExploration()
@@ -1165,7 +1165,7 @@ class StateFragmentTest {
11651165
}
11661166

11671167
@Test
1168-
fun testStateFragment_loadDragDropExp_submitTimeError_retainStateOnConfigurationChange(){
1168+
fun testStateFragment_loadDragDropExp_submitTimeError_retainStateOnConfigurationChange() {
11691169
setUpTestWithLanguageSwitchingFeatureOff()
11701170
launchForExploration(TEST_EXPLORATION_ID_4, shouldSavePartialProgress = false).use {
11711171
startPlayingExploration()

0 commit comments

Comments
 (0)