File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/sharedTest/java/org/oppia/android/app/player/state Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ class StateFragmentTest {
1139
1139
1140
1140
@Test
1141
1141
@RunOn(TestPlatform .ESPRESSO ) // TODO(#1612): Enable for Robolectric.
1142
- fun testStateFragment_loadDragDropExp_mergeTwoItems_dargAndDrop_retainStateOnConfigurationChange () {
1142
+ fun testStateFragment_loadDragDropExp_mergeItems_dargAndDrop_retainStateOnConfigurationChange () {
1143
1143
setUpTestWithLanguageSwitchingFeatureOff()
1144
1144
launchForExploration(TEST_EXPLORATION_ID_4 , shouldSavePartialProgress = false ).use {
1145
1145
startPlayingExploration()
@@ -1165,7 +1165,7 @@ class StateFragmentTest {
1165
1165
}
1166
1166
1167
1167
@Test
1168
- fun testStateFragment_loadDragDropExp_submitTimeError_retainStateOnConfigurationChange (){
1168
+ fun testStateFragment_loadDragDropExp_submitTimeError_retainStateOnConfigurationChange () {
1169
1169
setUpTestWithLanguageSwitchingFeatureOff()
1170
1170
launchForExploration(TEST_EXPLORATION_ID_4 , shouldSavePartialProgress = false ).use {
1171
1171
startPlayingExploration()
You can’t perform that action at this time.
0 commit comments