Running all tests together fails: ``` FORCE_MIGRATION='true' npx truffle test --network sirius ``` <img width="1419" alt="Screen Shot 2020-03-25 at 13 43 11" src="https://user-images.githubusercontent.com/3595242/77537578-a0ce8a80-6e9e-11ea-81aa-58bb1a506319.png"> BUT Running each individually works: ``` FORCE_MIGRATION='false' npx truffle test ./test/07_profile_artist_token.js --network sirius ``` <img width="997" alt="Screen Shot 2020-03-25 at 13 44 22" src="https://user-images.githubusercontent.com/3595242/77537667-c065b300-6e9e-11ea-9f76-223802e28789.png">