Skip to content

Commit ec7d80b

Browse files
committed
#321 fix pagination
1 parent 8ead0a8 commit ec7d80b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/test/kotlin/com/github/mgramin/sqlboot/template/generator/impl/GroovyTemplateGeneratorTest.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,4 @@ class GroovyTemplateGeneratorTest {
5454
assertEquals(templateGenerator.generate(maps), "create table persons ...")
5555
}
5656

57-
@Test
58-
fun test() {
59-
val maps = hashMapOf("column" to "id", "table" to "persons", "__timeFilter" to "public")
60-
val templateGenerator = GroovyTemplateGenerator("create table \${table.toLowerCase()} ... where \$__timeFilter(time)")
61-
assertEquals(templateGenerator.generate(maps), "create table persons ...")
62-
}
63-
6457
}

0 commit comments

Comments
 (0)