[JAVA-23452] Clean up

This commit is contained in:
panos-kakos
2023-10-07 18:58:23 +03:00
parent 55296d07f4
commit 35be82141f
6 changed files with 14 additions and 126 deletions
@@ -1,4 +0,0 @@
db_hostname=<RDS EndPoint>
db_username=username
db_password=password
db_database=mydb
@@ -29,7 +29,7 @@ import static org.hamcrest.core.Is.is;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.junit.Assert.assertThat;
public class ProductInfoRepositoryUnitTest {
public class ProductInfoRepositoryIntegrationTest {
@ClassRule
public static LocalDbCreationRule dynamoDB = new LocalDbCreationRule();