Skip to content

Commit b299705

Browse files
fixup! add test for CMP-7505
1 parent 2dfeddb commit b299705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/material3/material3/src/skikoTest/kotlin/androidx/compose/material3/WideNavigationRailTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import kotlinx.coroutines.launch
4141
@OptIn(ExperimentalTestApi::class)
4242
class WideNavigationRailTest {
4343
@Test
44-
fun changingOnValueChangeFinishedDoesNotTriggerFinish() = runComposeUiTest {
44+
fun `check CMP-7505 compiles`() = runComposeUiTest {
4545
setContent {
4646
var selectedItem by remember { mutableIntStateOf(0) }
4747
val items = listOf("Home", "Search", "Settings")

0 commit comments

Comments
 (0)