Skip to content

Commit cfb5eb0

Browse files
committed
test(zh): update FairyZhSpec expected values after data enhancement
1 parent 0484184 commit cfb5eb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/groovy/com/devskiller/jfairy/FairyZhSpec.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ class FairyZhSpec extends Specification {
4343
when:
4444
Person person = fairy.person()
4545
then:
46-
person.address.addressLine1 == '南京市中山大道122号 101房'
46+
person.address.addressLine1 == '上海市外环西路124号'
4747
}
4848

4949
def "Should create Chinese city"() {
5050
when:
5151
Person person = fairy.person()
5252
then:
53-
person.address.city == '南京'
53+
person.address.city == '上海'
5454
}
5555

5656
/********************

0 commit comments

Comments
 (0)