From da033e6c01bcf8eea59f337448f2a35cc03e0b5a Mon Sep 17 00:00:00 2001 From: Kumar Sushant Date: Thu, 14 Feb 2019 23:33:03 +0100 Subject: [PATCH] Update UserTest.kt --- .../src/test/kotlin/com/baeldung/datamapping/UserTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-kotlin/src/test/kotlin/com/baeldung/datamapping/UserTest.kt b/core-kotlin/src/test/kotlin/com/baeldung/datamapping/UserTest.kt index c65b74ac2d..aeff7c8cce 100644 --- a/core-kotlin/src/test/kotlin/com/baeldung/datamapping/UserTest.kt +++ b/core-kotlin/src/test/kotlin/com/baeldung/datamapping/UserTest.kt @@ -8,7 +8,7 @@ class UserTest { @Test fun `maps User to UserResponse using extension function`() { - val p = buildUser() + val p = buildUser() val view = p.toUserView() assertUserView(view) } @@ -40,4 +40,4 @@ class UserTest { { assertEquals(30, pr.age) } ) } -} \ No newline at end of file +}