Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug in the job method #746

Open
Gandhi-gd opened this issue Sep 18, 2022 · 1 comment
Open

A bug in the job method #746

Gandhi-gd opened this issue Sep 18, 2022 · 1 comment

Comments

@Gandhi-gd
Copy link

Gandhi-gd commented Sep 18, 2022

To Reproduce

Faker faker = new Faker(Locale.CHINA);
System.out.println(faker.name().name());
System.out.println(faker.job().field());
System.out.println(faker.job().position());
System.out.println(faker.job().title());

this is result.
image

Versions:

  • OS: windows
  • JDK 1.8
  • Faker Version 1.0.2
@bodiam
Copy link

bodiam commented Sep 18, 2022

This library is no longer maintained. Please use https://github.com/datafaker-net/datafaker, which is an active fork of this library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants