Update and rename PostRepositoryTest.java to PostRepositoryIntegrationTest.java

This commit is contained in:
Loredana Crusoveanu
2018-11-24 18:35:05 +02:00
committed by GitHub
parent 64bc8a412d
commit 8d393165c4

View File

@@ -10,7 +10,7 @@ import org.junit.Test;
import static org.junit.Assert.*;
public class PostRepositoryTest {
public class PostRepositoryIntegrationTest {
private static PostRepository postRepository = null;
@@ -65,4 +65,4 @@ public class PostRepositoryTest {
public static void destroy() {
postRepository.clean();
}
}
}