refactor(location)!: rename definition city to city_pattern#2094
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2094 +/- ##
=======================================
Coverage 99.59% 99.59%
=======================================
Files 2567 2567
Lines 243363 243365 +2
Branches 1249 1253 +4
=======================================
+ Hits 242373 242387 +14
+ Misses 963 951 -12
Partials 27 27
|
|
this doesn't actually fix #2021 though right? Because the two methods still return different data. |
|
|
But i mean even after this PR is merged, say
do not behave the same, so there would need to be another PR before #2021 is considered fixed? |
No, because |
|
ok then maybe #2021 should be renamed? Because the methods are not being merged. |
|
in what way does location.city() return a superset of location.cityName()? fakerDE.location.cityName() can return Düsseldorf but fakerDE.location.city() will never return Düsseldorf |
In that case, that's an issue with the |
|
Right so these locales will need fixing in a seperate PR if we want city() to also return their real city names [ |
Fixes #2021, #1471.