* BAEL-2709: Implementing example for Spring Boot Hibernate.

* BAEL-2709: Changed test name.
This commit is contained in:
dionisPrifti 2019-03-14 20:55:45 +01:00 committed by Eugen
parent 05e3bf3a82
commit b3fc27088b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class BookServiceUnitTest {
private BookService bookService;
@Test
public void test() {
public void whenApplicationStarts_thenHibernateCreatesInitialRecords() {
List<Book> books = bookService.list();
Assert.assertEquals(books.size(), 3);