Skip to content

fixed all faker deprecated methods#15

Open
ayuthmang wants to merge 1 commit intokentcdodds:mainfrom
ayuthmang:main
Open

fixed all faker deprecated methods#15
ayuthmang wants to merge 1 commit intokentcdodds:mainfrom
ayuthmang:main

Conversation

@ayuthmang
Copy link

There are so annoying while running the test and faker warn about deprecated methods, for instance,

Screen Shot 2021-12-07 at 11 54 42 AM

This commit tend to fixed all faker deprecated methods

  • faker.random.number -->
    faker.datatype.number
  • faker.random.boolean --> faker.datatype.boolean
  • faker.random.uuid --> faker.datatype.uuid

Fixed all faker deprecated methods, including

- faker.random.number -->
faker.datatype.number
- faker.random.boolean --> faker.datatype.boolean
- faker.random.uuid --> faker.datatype.uuid
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

Successfully merging this pull request may close these issues.

1 participant