Skip to content

Commit 67fa7cb

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Error messaging clean up
PiperOrigin-RevId: 670743437
1 parent 045dda0 commit 67fa7cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

espresso/device/java/androidx/test/espresso/device/controller/emulator/EmulatorController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ constructor(
5353
private const val DEGREES_TO_ROTATE_LANDSCAPE_TO_PORTRAIT = -90F
5454
private const val DEGREES_TO_ROTATE_PORTRAIT_TO_LANDSCAPE = 90F
5555
private const val additionalSetUpInstructions =
56-
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for set up instructions."
56+
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for setup instructions."
5757
}
5858

5959
override fun setDeviceMode(deviceMode: Int) {

espresso/device/java/androidx/test/espresso/device/dagger/DeviceControllerModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ internal class DeviceControllerModule {
106106
throw DeviceControllerOperationException(
107107
"Unable to connect to Emulator gRPC port. Please make sure the Android Emulator version" +
108108
" is updated to 33.1.11+ and the controller gRPC service is enabled on the emulator." +
109-
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for set up instructions."
109+
" See https://developer.android.com/studio/test/espresso-api#set_up_your_project_for_the_espresso_device_api for setup instructions."
110110
)
111111
}
112112
return gRpcPort.toInt()

0 commit comments

Comments
 (0)