Skip to content

Commit

Permalink
add rollback to remove any residuals
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Nov 19, 2024
1 parent 95b3454 commit 8599dbd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
import org.openelisglobal.dictionarycategory.service.DictionaryCategoryService;
import org.openelisglobal.dictionarycategory.valueholder.DictionaryCategory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Rollback;

@Rollback
public class DictionaryServiceTest extends BaseWebContextSensitiveTest {

@Autowired
Expand Down

0 comments on commit 8599dbd

Please sign in to comment.