faker
faker copied to clipboard
German locale ("de") doesn't return random address and other data
This code:
Faker("de").address.streetAddress()
Throws an IllegalArgumentException
with the message: Unsupported method 'street_name' for component 'address'
.
I believe it's the same for streetName
.