Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: correct heisentest testing for avatars
If for some reason we created andupload with id 1 in the test then the test would fail. This can happen if this is the absolute first test to run on the db. Fix sets the upload to a legitimate which in turn means the last upload will not be upload id 1 and stops using id hard coding for the testing.
- Loading branch information