File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/kotlin/implicit/generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class TrimTest {
1111
1212 @Test
1313 fun `Set a value with empty spaces in front and after the string` () {
14- val factory = Implicit { " implicit.generator.default_ .${it.simpleName} " }
14+ val factory = Implicit { " implicit.generator.trim_ .${it.simpleName} " }
1515 val supplier = factory.getSupplier(Entity ::class .java, true )
1616
1717 val pojo = supplier.get()
@@ -25,7 +25,7 @@ class TrimTest {
2525
2626 @Test
2727 fun `Test String fields with and without Trim annotations` () {
28- val factory = Implicit { " implicit.generator.default_ .${it.simpleName} " }
28+ val factory = Implicit { " implicit.generator.trim_ .${it.simpleName} " }
2929 val supplier = factory.getSupplier(Entity2 ::class .java)
3030
3131 val pojo = supplier.get()
You can’t perform that action at this time.
0 commit comments