icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Test cases assume ID values #30

Closed michael-kamel closed 4 years ago

michael-kamel commented 4 years ago

Some test cases assume the value of assigned IDs to be 1. In some unfortunate cases, this is not correct. The returned IDs from the repository methods should be used instead

michael-kamel commented 4 years ago

Fixed in #31