Update and rename PostRepositoryTest.java to PostRepositoryIntegrationTest.java
This commit is contained in:
parent
64bc8a412d
commit
8d393165c4
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue