Skip to content

Commit

Permalink
Make examples in test conventional
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Mar 7, 2023
1 parent c1de03b commit 27a32c6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ class M2ApiDetectorTest : BaseSlackLintTest() {
import androidx.compose.runtime.Composable
@Composable
fun example() {
fun Example() {
Text("Hello, world!")
}
@Composable
fun allowedExample() {
fun AllowedExample() {
Surface {
}
}
@Composable
fun composite() {
fun Composite() {
Surface {
val ripple = rememberRipple()
Text("Hello, world!")
Expand Down

0 comments on commit 27a32c6

Please sign in to comment.