File tree 3 files changed +3
-2
lines changed
Pod/Tests/Specs/Generators
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class AddressSpec: QuickSpec {
124
124
describe ( " #county " ) {
125
125
it ( " returns the correct text " ) {
126
126
let country = address. county ( )
127
- expect ( country) . to ( equal ( " Gironde " ) )
127
+ expect ( country) . to ( equal ( " Autauga County " ) )
128
128
}
129
129
}
130
130
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ faker.address.citySuffix() //=> "town"
67
67
faker.address .cityPrefix () // => "North"
68
68
faker.address .stateAbbreviation () // => "CA"
69
69
faker.address .state () // => "California"
70
+ faker.address .county () // => "Autauga County"
70
71
faker.address .country () // => "United States of America"
71
72
faker.address .countryCode () // => "US"
72
73
faker.address .latitude () // => -58.17256227443719
Original file line number Diff line number Diff line change 5
5
"address" : {
6
6
"city_prefix" : [" North" ],
7
7
"city_suffix" : [" town" ],
8
- "county" : [" Gironde " ],
8
+ "county" : [" Autauga County " ],
9
9
"country" : [" United States of America" ],
10
10
"country_code" : [" US" ],
11
11
"building_number" : [" #####" ],
You can’t perform that action at this time.
0 commit comments