used standard project parent instead of using spring boot parent

This commit is contained in:
amit.pandey
2020-06-28 23:13:49 +05:30
parent 2e3b36bb56
commit 0f67a9128f
6 changed files with 22 additions and 24 deletions
@@ -12,7 +12,7 @@ import static org.junit.jupiter.api.Assertions.*;
@SpringBootTest
@Disabled
class AwsAppSyncApplicationTests {
class AwsAppSyncApplicationUnitTest {
@Test
void givenGraphQuery_whenListEvents_thenReturnAllEvents() {