We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb05af commit de8c19cCopy full SHA for de8c19c
1 file changed
src/test/java/org/fairdatapoint/database/db/repository/bootstrap/FixtureHistoryRepositoryTests.java
@@ -28,7 +28,6 @@
28
import org.fairdatapoint.entity.bootstrap.FixtureHistory;
29
import org.junit.jupiter.api.Test;
30
import org.springframework.beans.factory.annotation.Autowired;
31
-import org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureTestEntityManager;
32
import org.springframework.dao.DataIntegrityViolationException;
33
import org.springframework.test.context.TestPropertySource;
34
@@ -37,7 +36,6 @@
37
36
import static org.junit.jupiter.api.Assertions.*;
38
39
40
-@AutoConfigureTestEntityManager
41
@Transactional
42
@TestPropertySource(properties = "bootstrap.enabled=false")
43
public class FixtureHistoryRepositoryTests extends BaseIntegrationTest {
0 commit comments