Skip to content

Commit

Permalink
Bael 2709 (eugenp#6527)
Browse files Browse the repository at this point in the history
* BAEL-2709: Implementing example for Spring Boot Hibernate.

* BAEL-2709: Changed test name.
  • Loading branch information
dionisPrifti authored and Eugen committed Mar 14, 2019
1 parent 05e3bf3 commit b3fc270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b3fc270

Please sign in to comment.