parent
2fbf0f3e11
commit
05701262b1
|
@ -27,8 +27,6 @@ import org.springframework.transaction.annotation.Transactional;
|
|||
@SpringBootTest
|
||||
@Slf4j
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@Transactional
|
||||
@Rollback
|
||||
public class DisposeDeviceMapperTest extends InitTestEnvironment {
|
||||
/**
|
||||
* The Object mapper.
|
||||
|
|
|
@ -27,6 +27,8 @@ import org.springframework.transaction.annotation.Transactional;
|
|||
@SpringBootTest
|
||||
@Slf4j
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@Transactional
|
||||
@Rollback
|
||||
public class DisposeNodeManagerTest extends InitTestEnvironment {
|
||||
/**
|
||||
* The Used ip addr.
|
||||
|
|
Loading…
Reference in New Issue