File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
espresso/device/java/androidx/test/espresso/device Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ constructor(
53
53
private const val DEGREES_TO_ROTATE_LANDSCAPE_TO_PORTRAIT = - 90F
54
54
private const val DEGREES_TO_ROTATE_PORTRAIT_TO_LANDSCAPE = 90F
55
55
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."
57
57
}
58
58
59
59
override fun setDeviceMode (deviceMode : Int ) {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ internal class DeviceControllerModule {
106
106
throw DeviceControllerOperationException (
107
107
" Unable to connect to Emulator gRPC port. Please make sure the Android Emulator version" +
108
108
" 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."
110
110
)
111
111
}
112
112
return gRpcPort.toInt()
You can’t perform that action at this time.
0 commit comments