summaryrefslogtreecommitdiff
path: root/device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt')
-rw-r--r--device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt b/device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt
index 4b09d83506..74af6d1ef3 100644
--- a/device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt
+++ b/device-provisioner/src/test/com/android/sdklib/deviceprovisioner/DeviceProvisionerTest.kt
@@ -199,8 +199,8 @@ class DeviceProvisionerTest {
/**
* Receives messages on this channel until one is received that does not cause an [AssertionError]
- * in the supplied block. This should be used within a withTimeout() block. If timeout occurs, throws
- * a new AssertionError with the last received error as a cause, if one was received.
+ * in the supplied block. This should be used within a withTimeout() block. If timeout occurs,
+ * throws a new AssertionError with the last received error as a cause, if one was received.
*/
suspend fun <T, R> Channel<T>.receiveUntilPassing(block: (T) -> R): R {
var lastError: AssertionError? = null