setZipProjectValues randomly sets attributes for a Zip Project
(zipProject *schema.ZipProjectSource)
| 212 | |
| 213 | // setZipProjectValues randomly sets attributes for a Zip Project |
| 214 | func setZipProjectValues(zipProject *schema.ZipProjectSource) { |
| 215 | zipProject.Location = GetRandomString(GetRandomNumber(8, 16), false) |
| 216 | } |
no test coverage detected