marcelluiz96 / CinqChallenge

Java code challenge - Implementing a RestWS with SpringBoot, Jersey and any JPA impl.
0 stars 0 forks source link

H2 Database data not rolling back after each test #2

Open marcelluiz96 opened 6 years ago

marcelluiz96 commented 6 years ago

This error is causing one of the tests (testFindCityByCountry) to fail if executed along with a test from a different suite, which includes data in the database.