From 61f375507982976d33e3cca7b812ab0947fa74fa Mon Sep 17 00:00:00 2001 From: Thanachai Thongkum X1 Carbon2017 Date: Tue, 21 Jul 2020 13:56:43 +0700 Subject: [PATCH] update test --- src/test/kotlin/ffc/entity/PersonTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/ffc/entity/PersonTest.kt b/src/test/kotlin/ffc/entity/PersonTest.kt index 57cfa8e..e328afe 100644 --- a/src/test/kotlin/ffc/entity/PersonTest.kt +++ b/src/test/kotlin/ffc/entity/PersonTest.kt @@ -118,7 +118,7 @@ class PersonTest { with(copyPerson) { id `should be` "piruin" name `should equal` "นายพิรุณ พานิชผล" - age `should be` 25 + age `should be` 27 } }