Closed duskoo closed 4 years ago
The test feels vague to me. If it's testing that create_dependencies executes migrations, it should be more generic. If it's testing that 03->04 (0->1) works, it should test the complete migration, and be in migration.rs.
create_dependencies
Originally posted by @i-schuetz in https://github.com/Co-Epi/app-backend-rust/pull/145
The test feels vague to me. If it's testing that
create_dependencies
executes migrations, it should be more generic. If it's testing that 03->04 (0->1) works, it should test the complete migration, and be in migration.rs.Originally posted by @i-schuetz in https://github.com/Co-Epi/app-backend-rust/pull/145