(_ testing.TB)
| 1747 | } |
| 1748 | |
| 1749 | func RandomUsername(_ testing.TB) string { |
| 1750 | return namesgenerator.UniqueNameWith("-") |
| 1751 | } |
| 1752 | |
| 1753 | // RandomName returns a random name in title case (e.g. "Happy Einstein"). |
| 1754 | func RandomName(_ testing.TB) string { |