Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Jan 10, 2025
1 parent 638f6e9 commit 9375697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ class EtsFromJsonTest {

@TestFactory
fun testLoadAllAvailableEtsProjects() = testFactory {
val p = getResourcePathOrNull("/projects") ?: run {
val base = getResourcePathOrNull("/projects") ?: run {
logger.warn { "No projects directory found in resources" }
return@testFactory
}
val availableProjectNames = p.listDirectoryEntries()
val availableProjectNames = base.listDirectoryEntries()
.filter { it.isDirectory() }
.map { it.name }
.sorted()
Expand Down

0 comments on commit 9375697

Please sign in to comment.