Skip to content

Commit

Permalink
Update instrumentation/compose/src/test/java/de/mannodermaus/junit5/c…
Browse files Browse the repository at this point in the history
…ompose/ComposeContextTests.kt
  • Loading branch information
mannodermaus authored Sep 6, 2024
1 parent b6a40cf commit d472ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ComposeContextTests {
try {
ComposeContext::class.java.getDeclaredMethod(method.name, *method.parameterTypes)
} catch (ignored: NoSuchMethodException) {
fail("ComposeContext does not define method ${method.name}(${method.parameterTypes.joinToString { it.name }})")
fail("ComposeContext does not define method $method")
}
}
}

0 comments on commit d472ad8

Please sign in to comment.