BAEL-19369 go through the integration test results and see what NEW failing tests we have
- Fixes ComponentScanAspectJFilterAppUnitTest
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import static org.hamcrest.CoreMatchers.*;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = ComponentScanAspectJFilterApp.class)
|
||||
public class ComponentScanAspectJFilterAppIntegrationTest {
|
||||
public class ComponentScanAspectJFilterAppUnitTest {
|
||||
|
||||
@Test
|
||||
public void whenAspectJFilterIsUsed_thenComponentScanShouldRegisterBeanMatchingAspectJCreteria() {
|
||||
Reference in New Issue
Block a user