Skip to content

Commit c02f6df

Browse files
committed
Fix typo
1 parent c138c24 commit c02f6df

File tree

1 file changed

+1
-1
lines changed
  • tests/testutils/src/main/kotlin/io/element/android/tests/testutils/lambda

1 file changed

+1
-1
lines changed

tests/testutils/src/main/kotlin/io/element/android/tests/testutils/lambda/Error.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fun lambdaError(
1616
// Instead exit the process to make sure the test fails.
1717
// The error will be:
1818
// "Could not stop all services."
19-
// In this case, but a breakpoint here and run the test in debug mode to identify which lambda is failing.
19+
// In this case, put a breakpoint here and run the test in debug mode to identify which lambda is failing.
2020
System.err.println(message)
2121
Thread.currentThread().stackTrace.forEach {
2222
System.err.println(it)

0 commit comments

Comments
 (0)