icebreaker-science / backend

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

Refactor tests #55

Closed dajenet closed 3 years ago

dajenet commented 3 years ago

Make tests transactional.

32

michael-kamel commented 3 years ago

maybe we can use java-faker

dajenet commented 3 years ago

I would like to keep the tests deterministic. I think the number of different objects is low enough to create them manually.