Skip to content

Commit

Permalink
Update finding locations for ktlint 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Dec 16, 2022
1 parent 6257565 commit 31bbed8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -60,7 +60,7 @@ class FormattingRuleSpec {
""".trimIndent()
)

assertThat(findings.first().signature).isEqualTo("Test.kt:2")
assertThat(findings.first().signature).isEqualTo("Test.kt:1")
}

@Test
Expand All @@ -73,7 +73,7 @@ class FormattingRuleSpec {
""".trimIndent()
)

assertThat(findings.first().signature).isEqualTo("test.test.test.Test.kt:3")
assertThat(findings.first().signature).isEqualTo("test.test.test.Test.kt:2")
}
}

Expand Down

0 comments on commit 31bbed8

Please sign in to comment.