File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
src/test/java/org/tuna/zoopzoop/backend/domain/dashboard Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 4343@ SpringBootTest
4444@ AutoConfigureMockMvc
4545@ ActiveProfiles ("test" )
46- @ AutoConfigureTestDatabase (replace = AutoConfigureTestDatabase .Replace .ANY )
4746@ Transactional
4847@ TestInstance (TestInstance .Lifecycle .PER_CLASS )
4948class DashboardControllerTest extends ControllerTestSupport {
Original file line number Diff line number Diff line change 55import org .junit .jupiter .api .Test ;
66import org .springframework .beans .factory .annotation .Autowired ;
77import org .springframework .boot .test .context .SpringBootTest ;
8+ import org .springframework .test .annotation .DirtiesContext ;
89import org .springframework .test .context .ActiveProfiles ;
910import org .springframework .transaction .annotation .Transactional ;
1011import org .tuna .zoopzoop .backend .domain .dashboard .entity .Edge ;
You can’t perform that action at this time.
0 commit comments