fix tests

This commit is contained in:
2023-04-06 00:07:41 +02:00
parent b96ffcc5ea
commit 7d39dcf248
3 changed files with 6 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
package fr.postgresjson.functionGenerator
import fr.postgresjson.definition.Function
import io.kotest.core.Tag
import io.kotest.core.spec.style.StringSpec
import org.amshove.kluent.`should be equal to`
class FunctionGeneratorTest : StringSpec({
tags(Tag("Generator"))
val functionDirectory = this::class.java.getResource("/sql/function/Test")!!.toURI()
val generator = FunctionGenerator(functionDirectory)