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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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();
}
}
}