rename function file

This commit is contained in:
2023-04-05 23:13:26 +02:00
parent 79d2e52978
commit 2cd69d4501
10 changed files with 57 additions and 50 deletions

View File

@@ -278,7 +278,7 @@ class RequesterTest : TestAbstract() {
fun `call exec on function with pair as arguments`() {
val resources = this::class.java.getResource("/sql/function/Test")?.toURI()
val result = Requester(connection, functionsDirectory = resources)
.getFunction("function_void")
.getFunction("test_function_void")
.exec("name" to "test")
assertEquals(1, result.rowsAffected)