Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Fix name error on windows caused in 8c7b8c4
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Aug 15, 2023
1 parent e485631 commit 45c2112
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal class DetektConfigurationTest {
@Nested
internal class `try loading configuration file via property` {

val base = Paths.get(javaClass.getResource("/configBase/config/detekt-config.yml").toURI()).parent
private val base = Paths.get(javaClass.getResource("/configBase/config/detekt-config.yml").toURI()).parent

@Test
fun `should match config on sub path level`() {
Expand Down Expand Up @@ -46,7 +46,7 @@ internal class DetektConfigurationTest {
}

@Nested
internal class `exclude filters"` {
internal class `exclude filters` {

@Test
fun `transforms filters to a list`() {
Expand Down

0 comments on commit 45c2112

Please sign in to comment.