jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
549 stars 59 forks source link

Improve UUID tests and replace thispersondoesnotexist service with randomuser service for profile picture generation #135

Closed jaswdr closed 1 year ago

jaswdr commented 1 year ago

Description

  1. Adding for/loop in UUID test on both uuid_test.go and struct_test.go files.
  2. Replacing shutdown service thispersondoesnotexist with randomuser for profile picture generation.

Are you trying to fix an existing issue?

N/A

Go Version

$ go version
go version go1.20.2 linux/amd64

Go Tests

$ go test
PASS
ok      github.com/jaswdr/faker 1.680s