We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f01ad commit c8849edCopy full SHA for c8849ed
1 file changed
compose/ui/ui/src/desktopTest/kotlin/androidx/compose/ui/window/DesktopCursorPositionTest.kt
@@ -88,7 +88,6 @@ internal class DesktopCursorPositionTest {
88
// so we need to convert it back to Dp and then to pixels again to compare with the original IntOffset
89
val pxPointerPosition = pointerPosition?.toDpOffset(window?.density ?: Density(1f))
90
assertThat(pxPointerPosition).isEqualTo(pxTargetOffset)
91
- exitTestApplication()
92
}
93
94
private fun IntOffset.toDpOffset(density: Density): IntOffset {
0 commit comments