BAEL-19369 go through the integration test results and see what NEW failing tests we have

- Fixes ComponentScanAspectJFilterAppUnitTest
This commit is contained in:
Dhawal Kapil
2019-12-07 22:42:06 +05:30
parent dda3ef2ae1
commit 23bc24feb1
2 changed files with 8 additions and 1 deletions
@@ -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() {