We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58c070 commit 006827eCopy full SHA for 006827e
src/test/java/com/exp/tracker/services/impl/AbstractExpenseTrackerBaseTest.java
@@ -5,6 +5,7 @@
5
import org.springframework.test.context.ContextConfiguration;
6
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
7
import org.springframework.test.context.web.WebAppConfiguration;
8
+import org.springframework.transaction.annotation.Transactional;
9
10
@RunWith(SpringJUnit4ClassRunner.class)
11
@ContextConfiguration("classpath:spring/root-applicationContext.xml")
0 commit comments