We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7500b4b commit 3430a8eCopy full SHA for 3430a8e
README.md
@@ -50,7 +50,7 @@ It supports assertions on Hibernate level two cache statistics, useful for check
50
51
@Test
52
@AssertHibernateL2CCount(misses = 1, puts = 1, hits = 1)
53
- void _create_one_post_and_read_it() {
+ void create_one_post_and_read_it() {
54
doInTransaction(() -> {
55
BlogPost post_1 = new BlogPost("Blog post 1");
56
blogPostRepository.save(post_1);
0 commit comments