Skip to content

Commit f210115

Browse files
authored
Update README.md
1 parent 091bdd6 commit f210115

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
@@ -15,7 +15,7 @@ A full-working demo of the examples below [is available here](https://github.com
1515

1616
### Assert SQL statements
1717

18-
You just have to add the @AssertHibernateSQLCount annotation to your test and it will verify the SQL statements (SELECT, UPDATE, INSERT, DELETE) count at the end of the test :
18+
You just have to add the `@AssertHibernateSQLCount` annotation to your test and it will verify the SQL statements (SELECT, UPDATE, INSERT, DELETE) count at the end of the test :
1919

2020
```java
2121
@Test

0 commit comments

Comments
 (0)