Skip to content

Commit

Permalink
make k/js happy
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Karpovich <[email protected]>
  • Loading branch information
SergeevPavel and eymar authored Oct 30, 2024
1 parent 159c4fb commit a88f684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class ParagraphTest {
}

@Test
fun `layout paragraph with its maxIntrinsicWidth shouldn't lead to wraps`() = runTest {
fun layout_paragraph_with_its_maxIntrinsicWidth_shouldnt_lead_to_wraps() = runTest {
suspend fun testWraps(isApplyRoundingHackEnabled: Boolean, unexpectedWrapsPresent: Boolean) {
val paragraphStyle = ParagraphStyle().apply {
this.isApplyRoundingHackEnabled = isApplyRoundingHackEnabled
Expand Down

0 comments on commit a88f684

Please sign in to comment.