The generated expiration dates were in date/month format when they should be in month/year format.
Also, the month generated was between 12 and 30 when it should have been between 1 and 12.
Are you trying to fix an existing issue?
This issue is not reported in github.
Go Version
$ go version
go version go1.22.2 darwin/amd64
Go Tests
$ go test
2024/04/24 17:23:36 Error while requesting https://loremflickr.com/300/200 : request failed
2024/04/24 17:23:36 Error while creating a temp file: temp file creation failed
2024/04/24 17:23:36 Error while requesting https://randomuser.me : request failed
2024/04/24 17:23:36 Error while creating a temp file: temp file creation failed
PASS
ok github.com/jaswdr/faker/v2 1.668s
Description
Fix credit card expiration date.
The generated expiration dates were in date/month format when they should be in month/year format. Also, the month generated was between 12 and 30 when it should have been between 1 and 12.
Are you trying to fix an existing issue?
This issue is not reported in github.
Go Version
Go Tests