Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fixed length name in CampaignFactory (#103)
The `CampaignFactory` could potentially generate strings longer than 50 characters (thus introducing some flakiness when running the tests). This sets the range to a string of a random length between [0, 51[.
- Loading branch information