Skip to content

Commit c7984f1

Browse files
authored
Update README.md
1 parent 7b267fe commit c7984f1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ If the actual count is different, an exception is thrown:
4242
* By adding the listener on each of your integration test:
4343

4444
@SpringBootTest
45-
@TestExecutionListeners(listeners = HibernateStatementCountTestListener.class, mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS)
46-
class MySpringBootIntegrationTest {
45+
@TestExecutionListeners(
46+
listeners = HibernateStatementCountTestListener.class,
47+
mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS
48+
)
49+
class MySpringIntegrationTest {
4750
...
4851
}
4952

0 commit comments

Comments
 (0)