Skip to content

Commit 1b3ba09

Browse files
committed
[GAIA-3355] Fix test
1 parent 256875c commit 1b3ba09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/implicit/generator/TrimTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)