Skip to content

Commit

Permalink
Update fakerGenerator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
meirleopold authored May 25, 2020
1 parent d79d534 commit 97a54ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpblaster/data_generator/fakerGenerator.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (self *Fake) GenerateRandomData(t time.Time) {
self.BeerName = gofakeit.BeerName() // Duvel
self.Color = gofakeit.Color() // MediumOrchid
self.Company = gofakeit.Company() // Moen, Pagac and Wuckert
self.CreditCardNumber = strconv.Itoa(gofakeit.CreditCardNumber()) // 4287271570245748
self.CreditCardNumber = gofakeit.CreditCardNumber(nil) // 4287271570245748
self.HackerPhrase = gofakeit.HackerPhrase() // Connecting the array won't do anything, we need to generate the haptic COM driver!
self.JobTitle = gofakeit.JobTitle() // Director
self.Password = gofakeit.Password(true, true, true, true, true, 32) // WV10MzLxq2DX79w1omH97_0ga59j8!kj
Expand Down

0 comments on commit 97a54ef

Please sign in to comment.