We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138c24 commit c02f6dfCopy full SHA for c02f6df
tests/testutils/src/main/kotlin/io/element/android/tests/testutils/lambda/Error.kt
@@ -16,7 +16,7 @@ fun lambdaError(
16
// Instead exit the process to make sure the test fails.
17
// The error will be:
18
// "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.
+ // In this case, put a breakpoint here and run the test in debug mode to identify which lambda is failing.
20
System.err.println(message)
21
Thread.currentThread().stackTrace.forEach {
22
System.err.println(it)
0 commit comments