Update UserTest.kt

This commit is contained in:
Kumar Sushant 2019-02-14 23:33:03 +01:00 committed by GitHub
parent c5a0ff9313
commit da033e6c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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) }
)
}
}
}