Skip to content

Commit ac8f031

Browse files
authored
Update README.md
1 parent 3e05a05 commit ac8f031

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
@@ -5,7 +5,7 @@ Hibernate is a powerful ORM, but you need to have control over the executed SQL
55

66
You can enable SQL query logging, this is a great help in dev, but not in production. This tool helps you to count the **executed SQL queries by Hibernate in your integration tests, it can assert L2C statistics too**.
77

8-
It consists of just an Hibernate SQL inspector service and a Spring Test Listener that controls it (no proxy around the Datasource).
8+
It consists of just a Hibernate SQL inspector service and a Spring Test Listener that controls it (no proxy around the Datasource).
99

1010
The assertion will work seamlessly whether you're testing Spring repositories or doing HTTP integration tests.
1111

0 commit comments

Comments
 (0)