Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Jul 23, 2024
1 parent 6efa64e commit b63d1ab
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@

package org.jacodb.ets.test.utils

import mu.KotlinLogging
import org.jacodb.ets.dto.EtsFileDto
import org.jacodb.ets.dto.convertToEtsFile
import org.jacodb.ets.model.EtsFile

private val logger = KotlinLogging.logger {}

fun loadEtsFileDtoFromResource(jsonPath: String): EtsFileDto {
val sampleFilePath = object {}::class.java.getResourceAsStream(jsonPath)
?: error("Resource not found: $jsonPath")
Expand Down

0 comments on commit b63d1ab

Please sign in to comment.