java-tutorials/aws-app-sync/src/test/java/com/baeldung/awsappsync/AwsAppSyncApplicationTests.java

14 lines
219 B
Java
Raw Normal View History

2020-04-16 09:55:40 -04:00
package com.baeldung.awsappsync;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AwsAppSyncApplicationTests {
@Test
void contextLoads() {
}
}