Skip to content

Commit 3430a8e

Browse files
authored
Update README.md
1 parent 7500b4b commit 3430a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ It supports assertions on Hibernate level two cache statistics, useful for check
5050

5151
@Test
5252
@AssertHibernateL2CCount(misses = 1, puts = 1, hits = 1)
53-
void _create_one_post_and_read_it() {
53+
void create_one_post_and_read_it() {
5454
doInTransaction(() -> {
5555
BlogPost post_1 = new BlogPost("Blog post 1");
5656
blogPostRepository.save(post_1);

0 commit comments

Comments
 (0)